webpack: revert accidental changing of devtool

pull/1168/head
Panagiotis Papadopoulos 2025-02-22 13:02:40 +07:00
parent e7d204dfd2
commit cdb988ff64
1 changed files with 1 additions and 1 deletions

@ -75,7 +75,7 @@ const config: Configuration = {
".mjs": [".mjs", ".mts"]
}
},
//devtool: "none",
devtool: "source-map",
target: "electron-renderer"
};