mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
fix(@ngtools/webpack): normalize dependency paths before webpack use
This commit is contained in:
parent
ff9e245a51
commit
8994da6d74
@ -567,7 +567,7 @@ export class AngularWebpackPlugin {
|
||||
const dependencies = [
|
||||
...program.getAllDependencies(sourceFile),
|
||||
...getExtraDependencies(sourceFile),
|
||||
];
|
||||
].map(externalizePath);
|
||||
|
||||
return { content, map, dependencies };
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user