Skip to content

Commit

Permalink
feat: add support for html-webpack-plugin v4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for Webpack v3 and html-webpack-plugin v3
  • Loading branch information
simon04 authored and jantimon committed Jan 2, 2020
1 parent c6aceb3 commit 395fc09
Show file tree
Hide file tree
Showing 12 changed files with 391 additions and 376 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ If the webpack mode is set to `production` the favicons mode will use `webapp`.

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

## Compatibility

favicons-webpack-plugin 2.x is compatible with html-webpack-plugin 3.x
favicons-webpack-plugin 3.x is compatible with html-webpack-plugin 4.x

## Changelog

Take a look at the [CHANGELOG.md](https://github.com/jantimon/favicons-webpack-plugin/tree/master/CHANGELOG.md).
Expand Down
5 changes: 0 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
environment:
nodejs_version: "Current"

matrix:
- TARGET: "webpack@3 html-webpack-plugin@2"
- TARGET: "webpack@4 html-webpack-plugin@3"

install:
- ps: Install-Product node $env:nodejs_version x64

- appveyor-retry npm install -g npm@latest
- appveyor-retry npm install
- appveyor-retry npm install %TARGET%

test_script:
- appveyor-retry npm test
Expand Down
18 changes: 0 additions & 18 deletions example/webpack.config.js

This file was deleted.

Loading

0 comments on commit 395fc09

Please sign in to comment.