feat: add inspector node debug support

This commit is contained in:
oceanlvr
2022-02-14 17:48:27 +08:00
parent f0424cbc4c
commit 9c902494a1
6 changed files with 68 additions and 18 deletions

View File

@@ -11,6 +11,7 @@ export default defineConfig({
formats: ['cjs'],
fileName: () => '[name].cjs',
},
sourcemap: true,
minify: process.env./* from mode option */NODE_ENV === 'production',
emptyOutDir: true,
rollupOptions: {