diff --git a/vite.config.js b/vite.config.js index 10c4d7d..38e5270 100644 --- a/vite.config.js +++ b/vite.config.js @@ -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 }