Skip to content

Commit

Permalink
fix: prevent splitting during bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Zayne committed Jan 4, 2025
1 parent fd6c15b commit 37276b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zayne-labs/ui-react",
"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"packageManager": "[email protected]",
"description": "A composable UI/UI-utilities components library. ",
"author": "Ryan Zayne",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const sharedOptions = {
format: ["esm"],
platform: "browser",
sourcemap: !isDevMode,
splitting: true,
splitting: false,
target: "esnext",
treeshake: true,
tsconfig: "tsconfig.json",
Expand Down

0 comments on commit 37276b9

Please sign in to comment.