From 23ff64d12ede3a024c3f01d11a887830737feee2 Mon Sep 17 00:00:00 2001 From: iapyang Date: Tue, 23 Nov 2021 10:14:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20dev=E6=A8=A1=E5=BC=8Fsource-map?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E4=B8=BAinline-source-map?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack/webpack.dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/webpack.dev.js b/webpack/webpack.dev.js index 57a22bc5e..d3c0fb5bc 100644 --- a/webpack/webpack.dev.js +++ b/webpack/webpack.dev.js @@ -32,7 +32,7 @@ class IgnoreNotFoundExportPlugin { } module.exports = merge(common, { - devtool: "source-map", + devtool: "inline-source-map", output: { path: dirs.DEST, filename: "[name].js",