You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
Then edit config in webpack/production.babel.js for example: const extractStylesPlugin = new ExtractTextPlugin({filename: '[name].[hash].css', ignoreOrder: true})
The text was updated successfully, but these errors were encountered:
mika-lindell
changed the title
A bug with production builds when enabling css-modules on Webpacks' css-loader
A bug with production builds when using css-modules on Webpacks' css-loader
Apr 18, 2017
webpack-contrib/extract-text-webpack-plugin#386
Can be fixed by upgrading
extract-text-plugin
^2.1.0
to enableignoreOrder
-flag (https://github.com/webpack-contrib/extract-text-webpack-plugin)Then edit config in
webpack/production.babel.js
for example:const extractStylesPlugin = new ExtractTextPlugin({filename: '[name].[hash].css', ignoreOrder: true})
The text was updated successfully, but these errors were encountered: