Skip to content

v0.24.5

Compare
Choose a tag to compare
@insin insin released this 24 Mar 13:20
· 21 commits to master since this release

0.24.5 / 2020-03-24

Changed

  • html-webpack-plugin got a major version bump to v4
    • Output HTML is now minified by default - you can disable this by configuring html.minification = false.
    • Chunk sorting was removed, but it seems to work as before for the ordering of the JavaScript files generated by nwb's build.
    • The plugin nwb uses to inline the webpack runtime chunk was rewritten to use v4's new hooks.

Fixed

  • The lang attribute on <html> wasn't getting set to the default 'en' when using the nwb react, nwb preact and nwb inferno quick development commands.

Dependencies

  • @babel/plugin-transform-react-jsx: v7.9.1 → v7.9.4
  • @babel/preset-react: v7.9.1 → v7.9.4
  • @babel/runtime: v7.9.0 → v7.9.2
  • autoprefixer: v9.7.4 → v9.7.5
  • html-webpack-plugin: v3.2.0 → v4.0.1
  • webpack: v4.42.0 → v4.42.1