We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f522f36 commit 0ccf3f5Copy full SHA for 0ccf3f5
README.md
@@ -13,6 +13,8 @@ Install the plugin with `npm`:
13
$ npm i add-asset-html-webpack-plugin -D
14
```
15
16
+NOTE: This plugin requires `html-webpack-plugin@^2.10.0`.
17
+
18
## Basic Usage
19
The plugin will add the given JS or CSS file to the files Webpack knows about, and put it into the
20
list of assets `html-webpack-plugin` injects into the generated html. Add the plugin the your
0 commit comments