Skip to content

Commit 6bff0c1

Browse files
authored
docs: add installation note for webpack 5
1 parent 3768bba commit 6bff0c1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121

2222
<h2 align="center">Install</h2>
2323

24+
<h3>Webpack 5</h3>
25+
26+
```bash
27+
npm i --save-dev html-webpack-plugin@next
28+
```
29+
30+
```bash
31+
yarn add --dev html-webpack-plugin@next
32+
```
33+
34+
35+
<h3>Webpack 4</h3>
36+
2437
```bash
2538
npm i --save-dev html-webpack-plugin
2639
```

0 commit comments

Comments
 (0)