We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9067f0 + 5f355e4 commit 3189e19Copy full SHA for 3189e19
config/webpack.config.prod.js
@@ -350,6 +350,7 @@ module.exports = {
350
// Note: this won't work without ExtractTextPlugin.extract(..) in `loaders`.
351
new ExtractTextPlugin({
352
filename: cssFilename,
353
+ ignoreOrder: true,
354
}),
355
// Generate a manifest file which contains a mapping of all asset filenames
356
// to their corresponding output file so that tools can pick it up without
0 commit comments