Skip to content

Commit 1e27b0c

Browse files
authored
doc: add install command (#8)
1 parent 952fc06 commit 1e27b0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Put simply: it compiles code faster, better and smaller.
1414
- Removes unnecessary polyfills, even when inlined into dependencies
1515
- Builds a highly-optimized automated polyfills bundle
1616

17+
## Install
18+
19+
```sh
20+
npm install --save-dev optimize-plugin
21+
```
22+
1723
## Usage
1824

1925
First, disable any existing configuration you have to Babel, minification, and module/nomodule.

0 commit comments

Comments
 (0)