Bundle plugin in Git

This commit is contained in:
Gregory Schier
2023-11-08 13:06:49 -08:00
parent d36d023a5c
commit 4e2231674c
2 changed files with 157 additions and 0 deletions

View File

@@ -8,5 +8,6 @@ export default defineConfig({
fileName: 'index',
formats: ['es'],
},
outDir: resolve(__dirname, 'out'),
},
});