add save flag
This commit is contained in:
parent
2d1594714c
commit
2b1cd9b8f0
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ Most browser today do not natively support modularization systems (CommonJS or E
|
||||||
The easiest way to create a bundle is to setup an NPM script for Webpack. To install webpack, run this from the command line:
|
The easiest way to create a bundle is to setup an NPM script for Webpack. To install webpack, run this from the command line:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install webpack
|
npm install webpack --save
|
||||||
```
|
```
|
||||||
|
|
||||||
Open the `package.json` that you created earlier, and add an entry to the `scripts` section:
|
Open the `package.json` that you created earlier, and add an entry to the `scripts` section:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue