-
Notifications
You must be signed in to change notification settings - Fork 300
Open
Labels
open-for-contributionAnyone can contribute by raising a PR.Anyone can contribute by raising a PR.
Description
- Fix the chunk issue in development - Conflicting order issue

Mini css extract plugin Issues
-
New version 0.4.2 capture lot of warnings webpack/mini-css-extract-plugin#250 (comment)
-
New version 0.4.2 capture lot of warnings webpack/mini-css-extract-plugin#250
-
You can check to see what is using it by running
yarn why mini-css-extract-plugin -
Possible solution to be tested, update the MiniCSSExtract plugin config in
gatsby-node.js, as custom config
new MiniCssExtractPlugin({
ignoreOrder: true,
}),Metadata
Metadata
Assignees
Labels
open-for-contributionAnyone can contribute by raising a PR.Anyone can contribute by raising a PR.
