diff --git a/vite.config.js b/vite.config.js index 38e5270..71d00bd 100644 --- a/vite.config.js +++ b/vite.config.js @@ -11,8 +11,8 @@ export default defineConfig({ build: { target: 'esnext', // minify: false, - // sourcemap: true, - }, + sourcemap: true, + }, plugins: [ vue({ template: { transformAssetUrls }