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 0639039 commit c630e1bCopy full SHA for c630e1b
README.md
@@ -7,6 +7,15 @@ Use in conjunction with
7
to inject CSS chunks paths into your HTML file with
8
[html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin).
9
10
+## Version
11
+
12
+The current version is incompatible with Webpack 3 or older. In order to use this plugin with Webpack 3, use
13
+`css-chunks-html-webpack-plugin@0.1.0`
14
15
+```bash
16
+npm install --save-dev css-chunks-html-webpack-plugin@0.1.0
17
+```
18
19
## Recommended Installation
20
21
```bash
0 commit comments