Skip to content

Commit e5a6532

Browse files
committed
fix(build): add external patterns to queue-worker vite config
Externalize effect and @gello packages to fix .js import resolution
1 parent bc61560 commit e5a6532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/queue/worker/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineConfig(() => ({
3737
},
3838
rollupOptions: {
3939
// External packages that should not be bundled into your library.
40-
external: [],
40+
external: [/^effect/, /^@effect/, /^@gello\//],
4141
},
4242
},
4343
test: {

0 commit comments

Comments
 (0)