Skip to content

Commit b7b1682

Browse files
committed
Merge branch 'latest' into webpackv4beta
2 parents 257c0cb + 44ae0f9 commit b7b1682

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

webpack.config.babel.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)