Skip to content

Commit 395fc09

Browse files
simon04jantimon
authored andcommitted
feat: add support for html-webpack-plugin v4
BREAKING CHANGE: drop support for Webpack v3 and html-webpack-plugin v3
1 parent c6aceb3 commit 395fc09

12 files changed

+391
-376
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@ If the webpack mode is set to `production` the favicons mode will use `webapp`.
227227

228228
This behaviour can be adjusted by setting the favicon `mode` and `devMode` options.
229229

230+
## Compatibility
231+
232+
favicons-webpack-plugin 2.x is compatible with html-webpack-plugin 3.x
233+
favicons-webpack-plugin 3.x is compatible with html-webpack-plugin 4.x
234+
230235
## Changelog
231236

232237
Take a look at the [CHANGELOG.md](https://github.com/jantimon/favicons-webpack-plugin/tree/master/CHANGELOG.md).

appveyor.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
environment:
22
nodejs_version: "Current"
33

4-
matrix:
5-
- TARGET: "webpack@3 html-webpack-plugin@2"
6-
- TARGET: "webpack@4 html-webpack-plugin@3"
7-
84
install:
95
- ps: Install-Product node $env:nodejs_version x64
106

117
- appveyor-retry npm install -g npm@latest
128
- appveyor-retry npm install
13-
- appveyor-retry npm install %TARGET%
149

1510
test_script:
1611
- appveyor-retry npm test

example/webpack.config.js

-18
This file was deleted.

0 commit comments

Comments
 (0)