Skip to content

Commit 900d0f3

Browse files
vchaindzclaude
andcommitted
fix: externalize jsonic-db import in Vite build config
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c675000 commit 900d0f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export default defineConfig({
9898
outDir: 'dist',
9999
sourcemap: true,
100100
rollupOptions: {
101+
external: ['jsonic-db'],
101102
output: {
102103
manualChunks: (id) => {
103104
// Code splitting for JSONIC features

0 commit comments

Comments
 (0)