We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cd0cf5 + 64db306 commit 5feb7e6Copy full SHA for 5feb7e6
examples/README.md
@@ -120,8 +120,9 @@
120
If you think an example is missing, please report it as issue. :)
121
122
# Building an Example
123
-1. Run `npm install` in the root of the project.
124
-2. Run `npm link webpack` in the root of the project.
125
-3. Run `node build.js` in the specific example directory. (Ex: `cd examples/commonjs && node build.js`)
+1. Run `yarn` in the root of the project.
+2. Run `yarn link webpack` in the root of the project.
+3. Run `yarn add --dev webpack-cli` in the root of the project.
126
+4. Run `node build.js` in the specific example directory. (Ex: `cd examples/commonjs && node build.js`)
127
128
Note: To build all examples run `npm run build:examples`
0 commit comments