Skip to content

Commit 39116a6

Browse files
authored
Merge pull request webpack#3135 from michelgotta/patch-1
Added the fix for the extract-text-webpack-plugin error in the "Build Examples" Part
2 parents 72cf5f6 + cd06920 commit 39116a6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,7 @@ If you think an example is missing, please report it as issue. :)
6767
# Building an Example
6868

6969
1. Run `npm install` in the root of the project.
70-
2. Run `node build.js` in the specific example directory. (Ex: `cd examples/commonjs && node build.js`)
70+
2. Run `npm link webpack` in the root of the project.
71+
3. Run `node build.js` in the specific example directory. (Ex: `cd examples/commonjs && node build.js`)
72+
73+
Note: To build all examples run `npm run build:examples`

0 commit comments

Comments
 (0)