shakacode/bootstrap-loader

Webpack 4 deprecating extract-text-webpack-plugin

yazdog8 opened this issue · 5 comments

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?

@yazdog8 If you can help us with this, that would be great.

VyvIT commented

@justin808
Not very familiar with webpack loaders, etc., but here's my attempt.
#340

@justin808 i think this issue can be closed

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?