Skip to content
Snippets Groups Projects
Verified Commit 7fb82c57 authored by Georg Krause's avatar Georg Krause
Browse files

Disable source maps for production builds again

parent 0b379aa2
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,6 @@ export default defineConfig({
}
],
build: {
// NOTE: For debugging builds
// TODO: Remove before #1664 is merged
sourcemap: 'inline',
transformMixedEsModules: true
},
resolve: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment