mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 23:16:18 +08:00
webpack: revert accidental changing of devtool
This commit is contained in:
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"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue