Skip to content

v1.3.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 06 Nov 14:06
· 249 commits to master since this release

1.3.0 (2020-11-06)

⚠ POTENTIAL BREAKING CHANGE

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.

Features

  • added the type property for loading errors (#651) (be9ddcb)

Bug Fixes