diff --git a/webpack.config.ts b/webpack.config.ts index 3b2e45353..82439ea6d 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -75,7 +75,7 @@ const config: Configuration = { ".mjs": [".mjs", ".mts"] } }, - devtool: "source-map", + devtool: "nosources-source-map", target: "electron-renderer" };