This commit is contained in:
Tiago Beling d'Avila 2025-11-14 17:30:34 -03:00 committed by GitHub
commit f205650152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ export default defineConfig(({ command, mode }) => {
global: 'globalThis',
},
build: {
outDir: 'bundle',
outDir: 'bundles',
emptyOutDir: false,
lib: {
entry: resolve(__dirname, isStandalone ? 'src/standalone.tsx' : 'src/index.ts'),