Reputation: 125
in the chrome developer tools I see multiple sourcemap to the same typescript file with GET. how can it be ? and what can I do to stay with only one ?
I'm using CLI-Webpack.
example for duplicate sourcemaps:
Upvotes: 1
Views: 86
Reputation: 345
you need to promote the import of the module that holds this directive to app.module and it will solve this issue.
Upvotes: 1