Skip to content

Commit e8db4c1

Browse files
committed
feat(rollup): add klona/json to external dependencies
1 parent 9ff3682 commit e8db4c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/rollup.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const entries = [
1212
...componentEntries,
1313
];
1414
const external = [
15+
"klona/json",
1516
"react/jsx-runtime",
1617
"tailwindcss/plugin",
1718
...Object.keys({

0 commit comments

Comments
 (0)