Skip to content

Commit

Permalink
Add ignoreOrder option for ExtractCssChunksPlugin
Browse files Browse the repository at this point in the history
This change should fix conflicting order error in ExtractCssChunksPlugin (vercel#506)
  • Loading branch information
gwer authored Aug 6, 2019
1 parent 8f9672d commit 291169b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next-css/css-loader-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = (
chunkFilename: dev
? 'static/chunks/[name].chunk.css'
: 'static/chunks/[name].[contenthash:8].chunk.css',
ignoreOrder: true,
hot: dev
})
)
Expand Down

0 comments on commit 291169b

Please sign in to comment.