Skip to content

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

Closed
airtonix opened this issue Oct 8, 2016 · 6 comments
Closed

Remove postcss or any minification operations #354

airtonix opened this issue Oct 8, 2016 · 6 comments

Comments

@airtonix
Copy link

airtonix commented Oct 8, 2016

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.

@SpaceK33z
Copy link
Contributor

As of version 0.26.0, the stripping of vendor prefixes has been removed (#281).

@havenchyk
Copy link

@airtonix can this issue be closed?

@alex-shamshurin
Copy link

It took me 4 hours to find a problem. Why there is a PostCSS?

@airtonix
Copy link
Author

airtonix commented Mar 1, 2017

@havenchyk yes if postcss has been removed.

@alex-shamshurin
Copy link

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

@michael-ciniawsky
Copy link
Member

PostCSS will not be removed in the near future, albeit the logic will change so it will not be called in global (no CSS Modules module) mode nor if no minification is requested to address various perf issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants