From d38d0442540a6449196bd246ae9d93f802827d3a Mon Sep 17 00:00:00 2001 From: qiang Date: Wed, 27 May 2020 14:43:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dnvue=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=88=B0=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E6=A0=B7=E5=BC=8F=E8=A2=AB=E8=A6=86=E7=9B=96?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/webpack-uni-mp-loader/lib/style.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/webpack-uni-mp-loader/lib/style.js b/packages/webpack-uni-mp-loader/lib/style.js index 366ef1572..171960400 100644 --- a/packages/webpack-uni-mp-loader/lib/style.js +++ b/packages/webpack-uni-mp-loader/lib/style.js @@ -34,8 +34,7 @@ module.exports = function (content, map) { const manifestJson = parseManifestJson(fs.readFileSync(manifestJsonPath, 'utf8')) this.callback(null, - `${content} -`, + +${content}`, map) -} +} -- GitLab