File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/@ngtools/webpack Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ exports = { /* ... */
1616 rules: [
1717 {
1818 test: / (?:\. ngfactory\. js| \. ngstyle\. js| \. ts)$ / ,
19- loader: ' @ngtools/webpack' ,
20- sourcemap: true
19+ loader: ' @ngtools/webpack'
2120 }
2221 ]
2322 },
2423
2524 plugins: [
2625 new AngularCompilerPlugin ({
2726 tsConfigPath: ' path/to/tsconfig.json' ,
28- entryModule: ' path/to/app.module#AppModule'
27+ entryModule: ' path/to/app.module#AppModule' ,
28+ sourceMap: true
2929 })
3030 ]
3131}
@@ -41,16 +41,16 @@ exports = { /* ... */
4141 rules: [
4242 {
4343 test: / \. ts$ / ,
44- loader: ' @ngtools/webpack' ,
45- sourcemap: true
44+ loader: ' @ngtools/webpack'
4645 }
4746 ]
4847 },
4948
5049 plugins: [
5150 new AotPlugin ({
5251 tsConfigPath: ' path/to/tsconfig.json' ,
53- entryModule: ' path/to/app.module#AppModule'
52+ entryModule: ' path/to/app.module#AppModule' ,
53+ sourceMap: true
5454 })
5555 ]
5656}
You can’t perform that action at this time.
0 commit comments