mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
inline source maps
This commit is contained in:
parent
c6bc097f66
commit
422eb18f1b
@ -21,6 +21,6 @@ export default defineConfig({
|
|||||||
// minify production builds
|
// minify production builds
|
||||||
minify: !process.env.TAURI_DEBUG ? 'esbuild' : false,
|
minify: !process.env.TAURI_DEBUG ? 'esbuild' : false,
|
||||||
// ship sourcemaps for better sentry error reports
|
// ship sourcemaps for better sentry error reports
|
||||||
sourcemap: true
|
sourcemap: 'inline'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user