Skip to content

Commit

Permalink
docs: update usage for webpack v4 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Jan 15, 2021
1 parent 4320006 commit 727ee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ This plugin uses [terser](https://github.com/terser-js/terser) to minify your Ja

## Getting Started

If you are using webpack v5 or above you do not need to install this plugin. Webpack v5 comes with the latest `terser-webpack-plugin` out of the box.
If you are using webpack v5 or above you do not need to install this plugin. Webpack v5 comes with the latest `terser-webpack-plugin` out of the box. Using Webpack v4, you have to install `terser-webpack-plugin` v4.

To begin, you'll need to install `terser-webpack-plugin`:

Expand Down

0 comments on commit 727ee60

Please sign in to comment.