Skip to content

Commit 1c9a682

Browse files
Merge branch '26_1' into 26_1_dx_scss_nx_infra_p
2 parents d9d10c7 + 36c73f4 commit 1c9a682

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)