From 661d1f8cd6aee22dd924365a8d7c62bfd0cc5d90 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 29 Oct 2020 17:39:40 +0300 Subject: [PATCH] docs: no need to install it if you use webpack v5+ (#353) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e38dbdf..ae5728a1 100644 --- a/README.md +++ b/README.md @@ -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