Skip to content

v0.25.0

Compare
Choose a tag to compare
@insin insin released this 19 May 23:57
· 7 commits to master since this release

Breaking Changes

  • Node.js 8 is no longer supported; Node.js 10.13.0 is now the minimum required version, as per many of nwb's dependencies.

Browser Support

Configuration

  • Deprecated using a string for webpack.autoprefixer config to configure supported browsers - this will no longer do anything and should be moved to the new browsers config.

  • Removed support for babel.stage and webpack.uglify config deprecated in nwb v0.24.0.

  • copy-webpack-plugin v6.0.0 has breaking changes to its options which you should read if you're using webpack.copy config.

    In particular, the ignore option in a copy pattern must now be put inside the new globOptions option.

Dependencies

Added

Dependencies

  • autoprefixer: v9.7.6 → v9.8.0
  • chalk: v3.0.0 → v4.0.0
  • copy-webpack-plugin: v5.1.1 → v6.0.1
  • file-loader: v4.3.0 → v6.0.0
  • fs-extra: v8.1.0 → v9.0.0
  • karma: v4.4.1 → v5.0.9
  • karma-mocha: v1.3.0 → v2.0.1
  • terser-webpack-plugin v2.3.6 → v3.0.1
  • url-loader: v2.3.0→ v4.1.0