fix: Restore correct output directory for transpiled files output

resolves: #2743 #2744
This commit is contained in:
Tiago Beling d'Avila 2025-11-14 17:25:28 -03:00 committed by GitHub
parent 10400113fb
commit 233f8e92e2
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', global: 'globalThis',
}, },
build: { build: {
outDir: 'bundle', outDir: 'bundles',
emptyOutDir: false, emptyOutDir: false,
lib: { lib: {
entry: resolve(__dirname, isStandalone ? 'src/standalone.tsx' : 'src/index.ts'), entry: resolve(__dirname, isStandalone ? 'src/standalone.tsx' : 'src/index.ts'),