-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# 0.18.3 / 2017-06-22 | ||
|
||
> This is the `next` release of nwb - you need to specify `nwb@next` or `[email protected]` when installing it. | ||
> **This release will not work with the default version of npm which comes with Node.js 4** as some of the Webpack npm packages nwb uses don't have Webpack 3 in their `peerDependencies` yet, which npm 2 treats as an error. | ||
## Fixed | ||
|
||
- Quick `build` command config was being created before the default `NODE_ENV = production` was applied, so output filenames didn't include a chunkhash by default. | ||
|
@@ -8,10 +14,6 @@ | |
|
||
# 0.18.2 / 2017-06-22 | ||
|
||
> This is the `next` release of nwb - you need to specify `nwb@next` or `[email protected]` when installing it. | ||
> **This release will not work with the default version of npm which comes with Node.js 4** as some of the Webpack npm packages nwb uses don't have Webpack 3 in their `peerDependencies` yet, which npm 2 treats as an error. | ||
## Fixed | ||
|
||
- Fixed clearing the console by default when running the development server. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "nwb", | ||
"description": "A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)", | ||
"version": "0.18.2", | ||
"version": "0.18.3", | ||
"license": "MIT", | ||
"author": "Jonny Buchanan <[email protected]>", | ||
"bin": { | ||
|