chore: Update vue template config (#607)

Co-authored-by: Aaron <aaronklinker1@gmail.com>
This commit is contained in:
wuzequanyouzi
2024-04-16 01:43:43 +08:00
committed by GitHub
parent a94d673f31
commit 54e5ed0bb4
+4
View File
@@ -10,5 +10,9 @@ export default defineConfig({
},
vite: () => ({
plugins: [vue()],
build: {
// Enabling sourcemaps with Vue during development is known to cause problems with Vue
sourcemap: false,
},
}),
});