misc: use extract-text-webpack-plugin@4.0.0-alpha.0

This commit is contained in:
Pooya Parsa 2018-02-26 13:42:51 +03:30
parent 99132aa692
commit 9bc2e2ec0d
2 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,7 @@
"debug": "^3.1.0",
"es6-promise": "^4.2.4",
"etag": "^1.8.1",
"extract-text-webpack-plugin": "^3.0.2",
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
"file-loader": "^1.1.6",
"fresh": "^0.5.2",
"friendly-errors-webpack-plugin": "^1.6.1",

View File

@ -2990,14 +2990,14 @@ extglob@^2.0.4:
snapdragon "^0.8.1"
to-regex "^3.0.1"
extract-text-webpack-plugin@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz#5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7"
extract-text-webpack-plugin@^4.0.0-alpha.0:
version "4.0.0-alpha.0"
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-4.0.0-alpha.0.tgz#38d6cfa92aef05fdeaec2043a6de9fa5eb47bec8"
dependencies:
async "^2.4.1"
loader-utils "^1.1.0"
schema-utils "^0.3.0"
webpack-sources "^1.0.1"
schema-utils "^0.4.5"
webpack-sources "^1.1.0"
extract-zip@^1.6.5:
version "1.6.6"