Skip to content

Commit 286b22d

Browse files
committed
support html-webpack-plugin 4.x beta
1 parent 5f607f1 commit 286b22d

File tree

8 files changed

+332
-516
lines changed

8 files changed

+332
-516
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/dynavers_modules/
33
/dist/
44
npm-debug.log
5+
.idea

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ Change History
312312
--------------
313313

314314
v2.1.x
315+
* support for changes in html-webpack-plugin 4.x since alpha and beta
315316
* custom attributes now added to resource hints too (see [pull request 53](https://github.com/numical/script-ext-html-webpack-plugin/pull/53) for discussion)
316317
* update dependencies
317318

@@ -321,7 +322,7 @@ v2.0.x
321322
* node 9.x 10,x, 11.x testing
322323
* remove support for node 4.x and 5.x
323324
* remove Appveyor config
324-
* temororary remove Handlebars test until loader supports webpack 4.x
325+
* temporary remove Handlebars test until loader supports webpack 4.x
325326

326327
v1.8.x
327328
* added custom attributes - now works on inline scripts as well e.g. for CSP nonces, -thanks [@niieani](https://github.com/niieani) and [@phallguy](https://github.com/phallguy)

dynavers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"path": "dynavers_modules",
33
"versions": {
4-
"webpack" : ["1.14.0", "2.7.0","3.11.0", "4.1.1"],
5-
"html-webpack-plugin" : ["3.2.0", "4.0.0-alpha.2"]
4+
"webpack" : ["1.14.0", "2.7.0","3.11.0", "4.35.3"],
5+
"html-webpack-plugin" : ["3.2.0", "4.0.0-beta.5"]
66
}
77
}

0 commit comments

Comments
 (0)