-
-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Css is not minimized #283
Comments
I'm importing custom style from node_modules like this appStyles: ~myApp/lib/common.scss |
@Mioleris Maybe if you don't minimize for development? @alexfedoseev @Judahmeek This might be a good reason to get this merged: #126 and then the minimize can be configured the Node.env? @robwise with the move to Webpacker for React on Rails, we'll need to minimize the CSS using Webpack. |
@Mioleris Any chance that you can create a doc PR for this one? |
@Mioleris I'll reopen this one if you recommend we do so. |
Is there a way to make |
Why bootstrap css is not minimized when using extractStyles and bootstrapCustomizations and appStyles
and when using appStyles and bootstrapCustomizations adds 3-4s to hot module replacement to reload
Using latest dependencies
The text was updated successfully, but these errors were encountered: