File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 98
98
"webpack-dev-middleware" : " ~1.12.0" ,
99
99
"webpack-dev-server" : " ~2.7.1" ,
100
100
"webpack-merge" : " ^4.1.0" ,
101
+ "webpack-sources" : " ^1.0.0" ,
101
102
"webpack-subresource-integrity" : " ^1.0.1" ,
102
103
"zone.js" : " ^0.8.14"
103
104
},
Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ import { readTsconfig } from '../../utilities/read-tsconfig';
13
13
14
14
const UglifyJSPlugin = require ( 'uglifyjs-webpack-plugin' ) ;
15
15
16
+ /**
17
+ * license-webpack-plugin has a peer dependency on webpack-sources, list it in a comment to
18
+ * let the dependency validator know it is used.
19
+ *
20
+ * require('webpack-sources')
21
+ */
22
+
16
23
17
24
export function getProdConfig ( wco : WebpackConfigOptions ) {
18
25
const { projectRoot, buildOptions, appConfig } = wco ;
Original file line number Diff line number Diff line change 81
81
"webpack-dev-middleware" : " ~1.12.0" ,
82
82
"webpack-dev-server" : " ~2.7.1" ,
83
83
"webpack-merge" : " ^4.1.0" ,
84
+ "webpack-sources" : " ^1.0.0" ,
84
85
"webpack-subresource-integrity" : " ^1.0.1" ,
85
86
"zone.js" : " ^0.8.14"
86
87
},
You can’t perform that action at this time.
0 commit comments