We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8169a93 commit 52449c3Copy full SHA for 52449c3
packages/react-scripts/config/webpack.config.prod.js
@@ -153,7 +153,7 @@ module.exports = {
153
cache: true,
154
sourceMap: shouldUseSourceMap,
155
}),
156
- new OptimizeCSSAssetsPlugin(),
+ new OptimizeCSSAssetsPlugin({ cssProcessorOptions: { safe: true } }),
157
],
158
// Automatically split vendor and commons
159
// https://twitter.com/wSokra/status/969633336732905474
0 commit comments