mini-css-extract-plugin
Advanced tools
Changelog
1.3.0 (2020-11-06)
Options are now validated according to stricter rules - no unknown additional properties. For example, if you have not removed the hmr
option for the loader when migrating to mini-css-extract-plugin@1
, you will get an error. Just remove them from your configuration(s). We did this because many developers started making these mistakes.