You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
This commit is contained in:
6
packages/app-desktop/utils/sourceMapSetup.ts
Normal file
6
packages/app-desktop/utils/sourceMapSetup.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
// source-map-support can add 1-3 seconds to the application startup
|
||||
// time -- disable it unless requested:
|
||||
if (process.env.JOPLIN_SOURCE_MAP_ENABLED) {
|
||||
require('source-map-support').install();
|
||||
}
|
||||
Reference in New Issue
Block a user