From cdb988ff64fda14716e61325c2beba7fa10eefb0 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sat, 22 Feb 2025 13:02:40 +0100 Subject: [PATCH] webpack: revert accidental changing of devtool --- webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.ts b/webpack.config.ts index b37451f5e..bd16bbaec 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -75,7 +75,7 @@ const config: Configuration = { ".mjs": [".mjs", ".mts"] } }, - //devtool: "none", + devtool: "source-map", target: "electron-renderer" };