From 727ee60dbf1ff026a93da05dc8b4c129152d94df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Fri, 15 Jan 2021 15:44:06 +0100 Subject: [PATCH] docs: update usage for webpack v4 (#378) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b1c47f7..56737981 100644 --- a/README.md +++ b/README.md @@ -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`: