We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc61560 commit e5a6532Copy full SHA for e5a6532
1 file changed
libs/queue/worker/vite.config.ts
@@ -37,7 +37,7 @@ export default defineConfig(() => ({
37
},
38
rollupOptions: {
39
// External packages that should not be bundled into your library.
40
- external: [],
+ external: [/^effect/, /^@effect/, /^@gello\//],
41
42
43
test: {
0 commit comments