File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11/**
2- * NOTE: THIS IS A SAMPLE. Modify webpack.app.js one level higher to be used in your project.
2+ * NOTE: THIS IS A SAMPLE, THIS SHOULD BE webpack.app.js one level higher to be used in your project.
33 * Add new dependencies like so:
44 * "yarn add autoprefixer import-glob-loader css-loader node-sass postcss-loader postcss-flexbugs-fixes mini-css-extract-plugin sass-loader style-loader --dev"
55 * or
Original file line number Diff line number Diff line change @@ -126,11 +126,9 @@ module.exports = env => {
126126 . map ( function ( filePath ) {
127127 return resolve ( __dirname , filePath ) ;
128128 } ) ;
129-
130129 patternFiles . forEach ( item => {
131130 compilation . fileDependencies . add ( item ) ;
132131 } ) ;
133- const iterator1 = compilation . fileDependencies . entries ( ) ;
134132 } ) ;
135133 }
136134 } )
You can’t perform that action at this time.
0 commit comments