Skip to content

Commit

Permalink
docs: update installation instructions for webpack 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Feb 3, 2021
1 parent 833b46b commit b109213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -24,22 +24,22 @@
<h3>Webpack 5</h3>

```bash
npm i --save-dev html-webpack-plugin@next
npm i --save-dev html-webpack-plugin
```

```bash
yarn add --dev html-webpack-plugin@next
yarn add --dev html-webpack-plugin
```


<h3>Webpack 4</h3>

```bash
npm i --save-dev html-webpack-plugin
npm i --save-dev html-webpack-plugin@4
```

```bash
yarn add --dev html-webpack-plugin
yarn add --dev html-webpack-plugin@4
```


Expand Down

0 comments on commit b109213

Please sign in to comment.