Skip to content

Commit

Permalink
fix(@ngtools/webpack): normalize dependency paths before webpack use
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and alan-agius4 committed Nov 26, 2020
1 parent ff9e245 commit 8994da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/src/ivy/plugin.ts
Expand Up @@ -567,7 +567,7 @@ export class AngularWebpackPlugin {
const dependencies = [
...program.getAllDependencies(sourceFile),
...getExtraDependencies(sourceFile),
];
].map(externalizePath);

return { content, map, dependencies };
};
Expand Down

0 comments on commit 8994da6

Please sign in to comment.