diff --git a/editor/package.json b/editor/package.json index 09b7db3..6038c8e 100644 --- a/editor/package.json +++ b/editor/package.json @@ -55,5 +55,12 @@ "postcss": "^8.4.35", "process": "^0.11.10", "tailwindcss": "^3.4.1" + }, + "targets": { + "default": { + "sourceMap": { + "inline": true + } + } } } diff --git a/webpack.config.js b/webpack.config.js index 67c45d5..1e0aa30 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -59,7 +59,7 @@ const extensionConfig = { performance: { hints: false, }, - devtool: "inline-source-map", // create a source map that points to the original source file + devtool: "nosources-source-map", // create a source map that points to the original source file infrastructureLogging: { level: "log", // enables logging required for problem matchers },