vite minify and sourcemap options

This commit is contained in:
7400
2024-01-03 20:04:35 -08:00
parent b33cba9d00
commit 64fd65d172

View File

@@ -9,8 +9,10 @@ import { fileURLToPath, URL } from 'node:url'
// https://vitejs.dev/config/
export default defineConfig({
build: {
target: 'esnext'
},
target: 'esnext',
// minify: false,
// sourcemap: true,
},
plugins: [
vue({
template: { transformAssetUrls }