Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(systemjs-bundling): include dependency name in bundle config
`Bundle.getBundledModuleIds` was only returning the ids of the traced files in the case of a package dependency. This change modifies `DependencyInclusion` to include the actual package name in the module ids for the dependency. closes #676
- Loading branch information