mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-26 06:41:19 +08:00
feat: add vscode debug file
This commit is contained in:
@@ -11,7 +11,8 @@ export default defineConfig({
|
||||
formats: ['cjs'],
|
||||
fileName: () => '[name].cjs',
|
||||
},
|
||||
minify: process.env./* from mode option */NODE_ENV === 'production',
|
||||
minify: false,
|
||||
sourcemap: true,
|
||||
emptyOutDir: true,
|
||||
rollupOptions: {
|
||||
external: [
|
||||
|
Reference in New Issue
Block a user