File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,12 @@ import { cjsInterop } from 'vite-plugin-cjs-interop'
66
77export default defineConfig ( {
88 main : {
9+ build : {
10+ sourcemap : true ,
11+ minify : false // Disable minification for better profiling
12+ } ,
913 plugins : [
10- process . platform !== 'darwin' && bytecodePlugin ( { transformArrowFunctions : false } ) ,
14+ // process.platform !== 'darwin' && bytecodePlugin({ transformArrowFunctions: false }),
1115 externalizeDepsPlugin ( ) ,
1216 cjsInterop ( { dependencies : [ '@paymoapp/electron-shutdown-handler' ] } ) ,
1317 license ( {
Original file line number Diff line number Diff line change 11{
22 "name" : " hayase" ,
3- "version" : " 6.4.19 " ,
3+ "version" : " 6.4.20 " ,
44 "description" : " Hayase - Torrent streaming made simple" ,
55 "main" : " ./out/main/index.js" ,
66 "repository" : " github:hayase-app/ui" ,
You can’t perform that action at this time.
0 commit comments