Bundle plugin in Git

This commit is contained in:
Gregory Schier
2023-11-08 13:06:49 -08:00
parent d51913509d
commit 83aa9041cb
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'),
},
});