Merge pull request #3135 from michelgotta/patch-1

Added the fix for the extract-text-webpack-plugin error in the "Build Examples" Part
This commit is contained in:
Tobias Koppers 2016-10-26 12:37:50 +02:00 committed by GitHub
commit 39116a6925
1 changed files with 4 additions and 1 deletions

View File

@ -67,4 +67,7 @@ If you think an example is missing, please report it as issue. :)
# Building an Example # Building an Example
1. Run `npm install` in the root of the project. 1. Run `npm install` in the root of the project.
2. Run `node build.js` in the specific example directory. (Ex: `cd examples/commonjs && node build.js`) 2. Run `npm link webpack` in the root of the project.
3. Run `node build.js` in the specific example directory. (Ex: `cd examples/commonjs && node build.js`)
Note: To build all examples run `npm run build:examples`