-
-
Notifications
You must be signed in to change notification settings - Fork 608
Remove postcss or any minification operations #354
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
Comments
As of version |
@airtonix can this issue be closed? |
It took me 4 hours to find a problem. Why there is a PostCSS? |
@havenchyk yes if postcss has been removed. |
0.26.2 calls postCSS, I see this in stacktrace. I had a similar issue like this http://stackoverflow.com/questions/42376762/webpack-production-build-browserslisterror-unknown-version-55-of-and-chr |
PostCSS will not be removed in the near future, albeit the logic will change so it will not be called in |
It's confusing, not properly documented and not fully configurable. Wastes time tracking problems down and requires me to load the postcss loader anyway then use more config for css-loader to cancel out the over zealous nature of css-loader.
If people want minification, they can add postcss-loader.
Explicit is better than implicit.
The text was updated successfully, but these errors were encountered: