diff --git a/package.json b/package.json index b5a297258c..47018f0ccd 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "glob": "^7.1.2", "hash-sum": "^1.0.2", "html-minifier": "^3.5.9", - "html-webpack-plugin": "^2.30.1", + "html-webpack-plugin": "webpack-contrib/html-webpack-plugin", "launch-editor": "^2.2.1", "launch-editor-middleware": "^2.2.1", "lodash": "^4.17.5", diff --git a/yarn.lock b/yarn.lock index 18baa336e4..6466e94b0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3639,15 +3639,16 @@ html-tags@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b" -html-webpack-plugin@^2.30.1: +html-webpack-plugin@webpack-contrib/html-webpack-plugin: version "2.30.1" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-2.30.1.tgz#7f9c421b7ea91ec460f56527d78df484ee7537d5" + resolved "https://codeload.github.com/webpack-contrib/html-webpack-plugin/tar.gz/04ee3a6ed96ada3f29cb61319b79a538ed019188" dependencies: bluebird "^3.4.7" html-minifier "^3.2.3" loader-utils "^0.2.16" lodash "^4.17.3" pretty-error "^2.0.2" + tapable "^1.0.0" toposort "^1.0.0" htmlparser2@^3.8.2: