Disable CSS optimization #10015
Unanswered
jjwwiodyne
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@jjwwiodyne a good approach may be to report the issue https://github.com/NMFR/optimize-css-assets-webpack-plugin so that the issue can be fixed, and the plugin doesn't need to be disabled. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using CRA 4.0.0 is it possible to disable or modify CSS optimization? We have an issue where its changing 100% values to 1%:
becomes
@-webkit-keyframes fade{0%{opacity:1%}40%{opacity:0}60%{opacity:0}to{opacity:1%}}
Taking
OptimizeCSSAssetsPlugin
out of CRA's webpack config corrects the issue, but that will get blown away anytime npm updatesnode_modules
. Appreciate any advice.Beta Was this translation helpful? Give feedback.
All reactions