Skip to content

Commit

Permalink
Add a reload option to Express middleware
Browse files Browse the repository at this point in the history
Fixes #168
  • Loading branch information
insin committed Oct 20, 2016
1 parent fda6780 commit 3d18b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

- Removed support for deprecated `webpack.plugins` config in `nwb.config.js`.

**Added:**

- Added a `reload` option to [Express middleware](https://github.com/insin/nwb/blob/next/docs/Middleware.md#middlewareexpress-options-object) to enable reloading the page if Hot Module Reloading is unsuccessful [[#168](https://github.com/insin/nwb/issues/168)]

**Changed:**

- Changed `babel-plugin-transform-runtime` configuration to make use of new `moduleName` config; Webpack module resolution no longer uses a blanket fallback to nwb's `node_modules/` for serving and builds.
Expand Down

0 comments on commit 3d18b2d

Please sign in to comment.