Disable source maps for production builds again
This commit is contained in:
parent
0b379aa2d1
commit
7fb82c5785
|
@ -27,9 +27,6 @@ export default defineConfig({
|
|||
}
|
||||
],
|
||||
build: {
|
||||
// NOTE: For debugging builds
|
||||
// TODO: Remove before #1664 is merged
|
||||
sourcemap: 'inline',
|
||||
transformMixedEsModules: true
|
||||
},
|
||||
resolve: {
|
||||
|
|
Loading…
Reference in New Issue