From 15e8d43f52462ea7e8fca407b7faa79d56da2e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20Veps=C3=A4l=C3=A4inen?= Date: Wed, 1 Apr 2020 16:39:11 +0300 Subject: [PATCH] fix: Fix webpack version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02ee171..622da59 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![npm](https://img.shields.io/npm/v/mini-html-webpack-plugin.svg)](https://www.npmjs.com/package/mini-html-webpack-plugin) [![Build Status](https://travis-ci.org/styleguidist/mini-html-webpack-plugin.svg)](https://travis-ci.org/styleguidist/mini-html-webpack-plugin) -The plugin writes CSS and JS asset paths for you automatically. Works with webpack 3 and 4. +The plugin writes CSS and JS asset paths for you automatically. It works with webpack 4 or higher. **It does not work with html-webpack-plugin plugins!**