This commit is contained in:
vapormusic 2022-08-31 17:13:21 +07:00
commit 165d818cde
2 changed files with 4 additions and 0 deletions

View file

@ -224,5 +224,8 @@
"NSUserNotificationAlertStyle": "alert" "NSUserNotificationAlertStyle": "alert"
} }
} }
},
"electronWebpack": {
"devtool": "source-map"
} }
} }

View file

@ -6,6 +6,7 @@
"allowJs": true, "allowJs": true,
"noImplicitAny": true, "noImplicitAny": true,
"strict": true, "strict": true,
"inlineSources": true,
"sourceMap": true, "sourceMap": true,
"outDir": "./build", "outDir": "./build",
"baseUrl": ".", "baseUrl": ".",