Skip to content

Commit

Permalink
chore: ensure klona is external to devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Feb 22, 2025
1 parent 0fb1ef7 commit 23c3687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ async function createConfig(pkg: keyof typeof pkgNameMap, format: ModuleFormat)
input: slashes(path.resolve(__dirname, `../packages/${pkg}/src/index.ts`)),
external: [
'vue',
'klona',
'type-fest',
pkg === 'core' ? '@formwerk/devtools' : undefined,
pkg === 'core' ? 'klona' : undefined,
pkg === 'core' ? '@standard-schema/utils' : undefined,
pkg === 'core' ? '@standard-schema/spec' : undefined,
pkg === 'core' ? '@internationalized/date' : undefined,
Expand Down

0 comments on commit 23c3687

Please sign in to comment.