Skip to content

Commit c630e1b

Browse files
committed
add version warning for Webpack v3
1 parent 0639039 commit c630e1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Use in conjunction with
77
to inject CSS chunks paths into your HTML file with
88
[html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin).
99

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+
1019
## Recommended Installation
1120

1221
```bash

0 commit comments

Comments
 (0)