webpack: revert accidental changing of devtool

This commit is contained in:
Panagiotis Papadopoulos 2025-02-22 13:02:40 +01:00
parent e7d204dfd2
commit cdb988ff64

View File

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