liip / drifter

Drifter is a framework to help provision developer boxes using Ansible and Vagrant
https://liip-drifter.readthedocs.io/
Do What The F*ck You Want To Public License
57 stars 28 forks source link

Update dependencies for webpack role #271

Closed simonbru closed 5 years ago

simonbru commented 5 years ago

Current version of the mini-css-extract-plugin loader supports hot module reloading, so we don't need style-loader anymore.

There are breaking changes for css-loader and file-loader but they shouldn't impact our configuration https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#breaking-changes https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#400-2019-06-05