diff --git a/packages/webpack-uni-mp-loader/lib/style.js b/packages/webpack-uni-mp-loader/lib/style.js index 366ef1572775ffcb836af80e5c81e4bdbce72a8e..171960400faab9200dc91820371af0761be399f4 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) -} +}