Skip to content

Commit

Permalink
chore(clerk-js): Migrate to rspack for building (#4106)
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Staley <[email protected]>
  • Loading branch information
BRKalow and dstaley authored Oct 31, 2024
1 parent 15f6718 commit 8506fdd
Show file tree
Hide file tree
Showing 10 changed files with 2,850 additions and 2,160 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-ducks-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/clerk-js": patch
---

`clerk-js` is now built with [Rspack](https://rspack.dev) instead of Webpack. This is an internal tooling change that shouldn't affect consumers.
5 changes: 5 additions & 0 deletions .changeset/cool-days-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/elements": patch
---

Use host router instead of directly calling Next's `useRouter` hook
Loading

0 comments on commit 8506fdd

Please sign in to comment.