nwb v0.18.4 Release Notes

Release Date: 2017-07-07 // almost 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed use of @import in CSS by adding ident back to postcss-loader config [#311]
    • ๐Ÿ›  Fixed config validation error being thrown when using webpack.styles config for custom preprocessor plugin rules [#342]
    • ๐Ÿ›  Fixed display of valid properties when an invalid property is used when configuring a custom webpack.styles rule.

    โž• Added

    The recommended way to use this is via a config argument:

      npm run build -- --webpack.debug
    
    • โž• Added support for the following arguments when building a React component's demo:
      • --title - set the generated demo index.html's <title>
      • --vendor - enable creation of a vendor bundle for modules imported from node_modules/ [#335]

    Dependencies

    • autoprefixer: v7.1.1 โ†’ v7.1.2
    • ๐Ÿš€ babel-loader: v7.1.0 โ†’ v7.1.1 - don't read .babelrc for cache identifier when babelrc=false (nwb uses this option)
    • chalk: v1.1.3 โ†’ v2.0.1
    • ๐Ÿš€ extract-text-webpack-plugin: v2.1.2 โ†’ v3.0.0-beta.3 - Webpack 3 support
    • ๐Ÿ”Œ html-webpack-plugin: v2.28.0 โ†’ v2.29.0 - Webpack 3 support
    • karma-chrome-launcher: v2.1.1 โ†’ v2.2.0
    • ๐Ÿš€ webpack: v3.0.0 โ†’ v3.1.0 - perf boost; fix ordering in ExtractTextPlugin
    • webpack-hot-middleware: v2.18.0 โ†’ v2.18.2