misc: use webpack-contrib/html-webpack-plugin until npm version being released

This commit is contained in:
Pooya Parsa 2018-02-26 13:47:56 +03:30
parent 9bc2e2ec0d
commit 1f4159fca3
2 changed files with 4 additions and 3 deletions

View File

@ -80,7 +80,7 @@
"glob": "^7.1.2", "glob": "^7.1.2",
"hash-sum": "^1.0.2", "hash-sum": "^1.0.2",
"html-minifier": "^3.5.9", "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": "^2.2.1",
"launch-editor-middleware": "^2.2.1", "launch-editor-middleware": "^2.2.1",
"lodash": "^4.17.5", "lodash": "^4.17.5",

View File

@ -3639,15 +3639,16 @@ html-tags@^2.0.0:
version "2.0.0" version "2.0.0"
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa7cb0deeea668b" 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" 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: dependencies:
bluebird "^3.4.7" bluebird "^3.4.7"
html-minifier "^3.2.3" html-minifier "^3.2.3"
loader-utils "^0.2.16" loader-utils "^0.2.16"
lodash "^4.17.3" lodash "^4.17.3"
pretty-error "^2.0.2" pretty-error "^2.0.2"
tapable "^1.0.0"
toposort "^1.0.0" toposort "^1.0.0"
htmlparser2@^3.8.2: htmlparser2@^3.8.2: