Skip to content

Commit 4cbf91d

Browse files
committed
chore: ensure valibot is external
1 parent a2e25a9 commit 4cbf91d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/resolvers/scripts/rollup.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ for (const module of nodules) {
4444
format,
4545
globals: {
4646
'@vorms/core': 'Vorms',
47+
valibot: 'Valibot',
4748
},
4849
};
4950

5051
configs.push({
5152
input: `./${module.source}`,
5253
output,
53-
external: ['@vorms/core'],
54+
external: ['@vorms/core', 'valibot'],
5455
plugins: [
5556
replace({
5657
preventAssignment: true,

0 commit comments

Comments
 (0)