Skip to content

Commit 6593cd4

Browse files
committed
docs: update installation instructions for webpack 4
1 parent f92e099 commit 6593cd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@
2424
<h3>Webpack 5</h3>
2525

2626
```bash
27-
npm i --save-dev html-webpack-plugin@next
27+
npm i --save-dev html-webpack-plugin
2828
```
2929

3030
```bash
31-
yarn add --dev html-webpack-plugin@next
31+
yarn add --dev html-webpack-plugin
3232
```
3333

3434

3535
<h3>Webpack 4</h3>
3636

3737
```bash
38-
npm i --save-dev html-webpack-plugin
38+
npm i --save-dev html-webpack-plugin@4
3939
```
4040

4141
```bash
42-
yarn add --dev html-webpack-plugin
42+
yarn add --dev html-webpack-plugin@4
4343
```
4444

4545

0 commit comments

Comments
 (0)