Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
165d818cde
2 changed files with 4 additions and 0 deletions
|
@ -224,5 +224,8 @@
|
||||||
"NSUserNotificationAlertStyle": "alert"
|
"NSUserNotificationAlertStyle": "alert"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"electronWebpack": {
|
||||||
|
"devtool": "source-map"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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": ".",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue