From 3666cdaffb0ae85077317cea8f0296fc39f5bef2 Mon Sep 17 00:00:00 2001 From: zhongzhi107 Date: Fri, 26 Jan 2018 14:59:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BD=93loader=E7=9A=84options.name?= =?UTF-8?q?=E5=8C=85=E5=90=AB[path]=E6=97=B6=EF=BC=8Chash=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index edd9236..fc7213a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6241,9 +6241,9 @@ } }, "replace-hash-webpack-plugin": { - "version": "2.4.1", - "resolved": "http://registry.npm.taobao.org/replace-hash-webpack-plugin/download/replace-hash-webpack-plugin-2.4.1.tgz", - "integrity": "sha1-sAbqPc7VIutbWwrEH4SoabgVozg=", + "version": "2.4.2", + "resolved": "http://registry.npm.taobao.org/replace-hash-webpack-plugin/download/replace-hash-webpack-plugin-2.4.2.tgz", + "integrity": "sha1-Z6IYUwkZS1o/mG5+iDreHWUySjk=", "requires": { "lodash.endswith": "4.2.1", "mkdirp": "0.5.1", diff --git a/package.json b/package.json index 3cc699a..99f66e0 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "packing-profile-webpack-plugin": "^2.0.1", "packing-rev-webpack-plugin": "^1.0.7", "postcss-loader": "^2.0.9", - "replace-hash-webpack-plugin": "^2.4.1", + "replace-hash-webpack-plugin": "^2.4.2", "style-loader": "^0.19.0", "url-loader": "^0.6.2", "webpack": "^3.10.0",