From d90cc5ab216ccae705a3e6fcbf78944fe60656c6 Mon Sep 17 00:00:00 2001 From: Luo Fan <44999219+fannluo@users.noreply.github.com> Date: Fri, 12 Apr 2019 18:13:07 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E8=B7=AF=E5=BE=84=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline/blueflow/builds/webpack.base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/blueflow/builds/webpack.base.js b/pipeline/blueflow/builds/webpack.base.js index dce38e6349..e7dd592ef1 100644 --- a/pipeline/blueflow/builds/webpack.base.js +++ b/pipeline/blueflow/builds/webpack.base.js @@ -109,7 +109,7 @@ module.exports = { loader: 'url-loader', options: { limit: 10000, - name: path.posix.join('/images/[name].[ext]') + name: path.posix.join('images/[name].[ext]') } }, {