Skip to content

v2.2.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@sokra sokra released this 11 Jan 15:43
· 14001 commits to main since this release

Node.js dropped support for 0.12, so we do.

Breaking changes:

  • Using CommonJS or AMD export stuff in a ES2015 module will emit errors.

Usablility:

  • performance hints are off by default. It was too annoying, but you can still see the [big] flag by default.

Bugfixes:

  • webpack now exits with non-zero exit code when configuration Promise is rejected.

Features:

  • ProvidePlugin supports passing array to access members of a module
  • renamed NoErrorsPlugin to NoEmitOnErrorsPlugin, NoErrorsPlugin is still working but is deprecated

Development:

  • Migrated many internal classes to ES2015
  • improved tests, linting and CI
  • added testcases for CLI

Final Release

This is probably the last RC. We released it as final test.
If no critial bugs are discovered, we release 2.2.0 in < 10 days.