Skip to content

Commit ba0391c

Browse files
authored
Merge pull request #17 from shakyShane/patch-1
Added yarn install
2 parents 692a109 + 5383624 commit ba0391c

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
@@ -10,6 +10,12 @@ Install via npm:
1010
npm install chunk-manifest-webpack-plugin
1111
```
1212

13+
Install via yarn:
14+
15+
```shell
16+
yarn add chunk-manifest-webpack-plugin
17+
```
18+
1319
And then require and provide to webpack:
1420

1521
```javascript

0 commit comments

Comments
 (0)