Webpack 4 deprecating extract-text-webpack-plugin
yazdog8 opened this issue · 5 comments
yazdog8 commented
It looks like Webpack is deprecating extract-text-webpack-plugin in favor of mini-css-extract-plugin. Discussion can be found here: webpack-contrib/extract-text-webpack-plugin#731.
Are there plans to upgrade the loader for Webpack 4?
VyvIT commented
@justin808
Not very familiar with webpack loaders, etc., but here's my attempt.
#340
seuros commented
@justin808 i think this issue can be closed
justin808 commented
Yep, shipped!
t47io commented
Question about this. So mini-css-extract-plugin
is only compatible with webpack
v4, which makes bootstrap-loader
v3 not backward compatible with webpack
v3. Should this breaking change be announced in CHANGELOG
and release notes?