nwb v0.18.0 Release Notes

Release Date: 2017-06-20 // almost 7 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • โšก๏ธ Updated to Webpack 3 - potentially breaking for some plugins [#326]

    See the official release post for changes.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed display of user config errors when running the dev server.

    โž• Added

      nwb react build app.js \
        --babel.plugins=react-html-attrs \
        --babel.stage=2 \
        --webpack.hoisting
    

    If you have a config file, arguments will override properties in it. This is primarily intended for one-off feature toggles without having to edit your config file, and to provide some level of configuration for quick development commands without needing a config file.

    ๐Ÿ”„ Changed

    Dependencies

    • ๐Ÿš€ inquirer: v3.1.0 โ†’ v3.1.1
    • ๐Ÿ”Œ npm-install-webpack2-plugin: v4.1.1 โ†’ v5.0.0 - drop Webpack 1 and add Webpack 3 to peerDeps
    • promise: v7.3.0 โ†’ v8.0.0
    • ๐Ÿš€ webpack: v2.6.1 โ†’ v3.0.0
    • ๐Ÿš€ webpack-dev-server: v2.4.5 โ†’ v2.5.0