mirror of https://github.com/webpack/webpack.git
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:
commit
39116a6925
|
|
@ -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`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue