Skip to content

Commit 8a37cda

Browse files
committedApr 7, 2023
fix(zod): change import to handle synthetic import config
1 parent 5d7415c commit 8a37cda

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎packages/zod/src/index.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ const ZOD_DEPENDENCIES: GeneratorDependency[] = [
2626
{
2727
exports: [
2828
{
29-
name: '* as zod',
29+
name: 'z',
3030
alias: 'zod',
31-
default: true,
3231
values: true,
33-
syntheticDefaultImport: true,
3432
},
3533
],
3634
dependency: 'zod',

1 commit comments

Comments
 (1)

vercel[bot] commented on Apr 7, 2023

@vercel[bot]
Please sign in to comment.