Skip to content

Commit e73eb4e

Browse files
Merge branch '26_1' into 26_1_T1327666
2 parents c30cd28 + 36c73f4 commit e73eb4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/demos/rollup.external.bundles.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,12 @@ export default [
136136
plugins,
137137
},
138138
{
139-
input: NG_BASE_DIR + `zod/lib/index.js`,
139+
input: NG_BASE_DIR + `zod/lib/index.mjs`,
140140
output: {
141141
file: OUTPUT_DIR + `zod.bundle.js`,
142142
format: 'umd',
143143
name: 'zod',
144+
exports: 'named',
144145
globals: { },
145146
},
146147
external: [],

0 commit comments

Comments
 (0)