Skip to content

Commit

Permalink
Merge pull request #16 from kai-leddy/remove-react-from-bundle
Browse files Browse the repository at this point in the history
fix: Remove React from the Bundle
  • Loading branch information
stevensacks authored Dec 9, 2024
2 parents 21f2c9f + 22254a1 commit dc1b701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default defineConfig(async (options) => {
format: ["esm"],
target: BROWSER_TARGET,
platform: "browser",
external: globalPreviewPackages,
external: [...globalPreviewPackages, "react"],
});
}

Expand Down

0 comments on commit dc1b701

Please sign in to comment.