Skip to content

Commit

Permalink
docs: no need to install it if you use webpack v5+ (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonk52 committed Oct 29, 2020
1 parent bececa0 commit 661d1f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,8 @@ 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.

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

```console
Expand Down

0 comments on commit 661d1f8

Please sign in to comment.