diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index 712b42b..69e5adb 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -350,6 +350,7 @@ module.exports = { // Note: this won't work without ExtractTextPlugin.extract(..) in `loaders`. new ExtractTextPlugin({ filename: cssFilename, + ignoreOrder: true, }), // Generate a manifest file which contains a mapping of all asset filenames // to their corresponding output file so that tools can pick it up without