shakacode / bootstrap-loader

Load Bootstrap styles and scripts in your Webpack bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack 4 deprecating extract-text-webpack-plugin

yazdog8 opened this issue · comments

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?

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

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!

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?