Disable source maps for production builds again

This commit is contained in:
Georg Krause 2022-02-24 10:27:02 +01:00
parent 0b379aa2d1
commit 7fb82c5785
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ export default defineConfig({
}
],
build: {
// NOTE: For debugging builds
// TODO: Remove before #1664 is merged
sourcemap: 'inline',
transformMixedEsModules: true
},
resolve: {