csso-webpack-plugin
csso-webpack-plugin copied to clipboard
Is it possible to use this plugin without ExtractTextPlugin?
Hi, thanks for this plugin. Is it possible to use it without ExtractTextPlugin?
Hi, thanks. No, not yet 😔
Thank you!
Any plans on addressing this?
Currently it makes the plugin not usable with webpack v4.
@gajus, what do you mean?
It's task about using plugin without any extractors. Currently plugin works with webpack 4: https://github.com/zoobestik/csso-webpack-plugin/issues/11#issuecomment-372782461 https://github.com/zoobestik/csso-webpack-plugin/issues/13
If you have problem with webpack 4 create new issue with it. Or provide more information about it.
Oh, so it works with mini-css-extract-plugin@^0.2.0
. Gotcha.
I misunderstood what the issue is about. Thank you.