nwb v0.2.0 Release Notes

Release Date: 2015-12-05 // over 8 years ago
  • Added:

    • 📄 Express middleware for running a React app on your own development server using nwb's Webpack config generation [#8]

    🔄 Changed:

    • 🏗 Webpack loader config objects are now merged with webpack-merge; query objects will now be deep merged, with lists occurring at the same position in build and user config being concatenated instead of overwritten.

    🛠 Fixed:

    • babel-runtime can now be resolved from nwb's dependencies when using optional: ['runtime'] Babel config [#10]
    • 🏗 Paths to resources required from CSS in React app builds [#9]