Skip to content

Commit f7ec3ee

Browse files
committed
Fix: fix build
1 parent 8d724b5 commit f7ec3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-formz-validators-zod/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
},
1515
emptyOutDir: true,
1616
rollupOptions: {
17-
external: ['@zerry/react-formz', '@zerry/react-formz-validators-utils', 'zod'],
17+
external: ['@zerry/react-formz-core', '@zerry/react-formz-validators-utils', 'zod'],
1818
output: {
1919
globals: {
2020
zod: 'zod',

0 commit comments

Comments
 (0)