-
Notifications
You must be signed in to change notification settings - Fork 12k
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
src/styles.scss compression #2578
Comments
Hm, can you elaborate on what you mean by this bit?
|
@filipesilva I mean the file |
Got it. Will investigate. |
Partially solved by #2593 |
The CSS is minified. See the output style.js in your build dir. What you're seeing in the head is the CSS from the JS file appended to head by the webpack plugin style-loader. This will be changed in #2646 as "outside of app" styles will compiled to a .css file instead of .js. @filipesilva Can be closed. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Hi, I put all my components styles in
src/styles.scss
where I import other styles in itI do this to gain access to variables and mixins, but it appears that the CLI doesn't compress it before adding it to the head, is this intended or will it be fixed in the future?
The text was updated successfully, but these errors were encountered: