Skip to content

Commit 0ccf3f5

Browse files
authored
Add note on html-webpack-plugin version
1 parent f522f36 commit 0ccf3f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Install the plugin with `npm`:
1313
$ npm i add-asset-html-webpack-plugin -D
1414
```
1515

16+
NOTE: This plugin requires `html-webpack-plugin@^2.10.0`.
17+
1618
## Basic Usage
1719
The plugin will add the given JS or CSS file to the files Webpack knows about, and put it into the
1820
list of assets `html-webpack-plugin` injects into the generated html. Add the plugin the your

0 commit comments

Comments
 (0)