Skip to content

Commit 3189e19

Browse files
authored
Prevent build errors with many small css modules
Prevent build errors with many small css modules
2 parents d9067f0 + 5f355e4 commit 3189e19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/webpack.config.prod.js

+1
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ module.exports = {
350350
// Note: this won't work without ExtractTextPlugin.extract(..) in `loaders`.
351351
new ExtractTextPlugin({
352352
filename: cssFilename,
353+
ignoreOrder: true,
353354
}),
354355
// Generate a manifest file which contains a mapping of all asset filenames
355356
// to their corresponding output file so that tools can pick it up without

0 commit comments

Comments
 (0)