We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72cf5f6 + cd06920 commit 39116a6Copy full SHA for 39116a6
1 file changed
examples/README.md
@@ -67,4 +67,7 @@ If you think an example is missing, please report it as issue. :)
67
# Building an Example
68
69
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`)
+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