Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 12:56
· 5 commits to master since this release

5.0.0 (2020-03-05)

Features

  • Add support for ECMAScript modules (#69) (6034f23)

BREAKING CHANGES

  • The extract-loader now uses Babel to transpile the bundle code for the current Node version. This is required in order to support the new file-loader which produces ECMAScript modules. This should not be a breaking change but since Babel is also known to be kind of brittle in regards of configuration we cannot guarantee that there might be unknown/unwanted side-effects in your project setup.