Skip to content

Commit d73e6ab

Browse files
committed
Revert "fix(clerk-js,ui): Pin rspack to 1.7.x and disable lazy compilation (#8378)"
This reverts commit 7a423d6.
1 parent 61e0a78 commit d73e6ab

6 files changed

Lines changed: 10 additions & 30 deletions

File tree

packages/clerk-js/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@
106106
"@clerk/testing": "workspace:^",
107107
"@emotion/react": "11.11.1",
108108
"@rsdoctor/rspack-plugin": "^0.4.13",
109-
"@rspack/cli": "catalog:rspack",
110-
"@rspack/core": "catalog:rspack",
111-
"@rspack/plugin-react-refresh": "catalog:rspack",
109+
"@rspack/cli": "^1.6.0",
110+
"@rspack/core": "^1.6.0",
112111
"@types/cloudflare-turnstile": "^0.2.2",
113112
"@types/webpack-env": "^1.18.8",
114113
"bundlewatch": "^0.4.1",

packages/clerk-js/rspack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ const devConfig = ({ mode, env }) => {
469469
type: 'memory',
470470
},
471471
},
472-
lazyCompilation: false,
473472
};
474473
};
475474

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
"devDependencies": {
115115
"@floating-ui/react-dom": "^2.1.8",
116116
"@rsdoctor/rspack-plugin": "^0.4.13",
117-
"@rspack/cli": "catalog:rspack",
118-
"@rspack/core": "catalog:rspack",
119-
"@rspack/plugin-react-refresh": "catalog:rspack",
117+
"@rspack/cli": "^1.7.11",
118+
"@rspack/core": "^1.7.11",
119+
"@rspack/plugin-react-refresh": "^1.6.2",
120120
"@svgr/rollup": "^8.1.0",
121121
"@svgr/webpack": "^6.5.1",
122122
"@types/webpack-env": "^1.18.8",

packages/ui/rspack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ const devConfig = (mode, env) => {
287287
type: 'memory',
288288
},
289289
},
290-
lazyCompilation: false,
291290
// Only externalize React when using the shared variant (e.g., with @clerk/react).
292291
// For standalone usage or non-React frameworks, bundle React normally.
293292
...(useSharedReact ? { externals: [sharedReactExternalsHandler] } : {}),

pnpm-lock.yaml

Lines changed: 5 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ catalogs:
2020
typescript: 5.8.3
2121
vue: 3.5.33
2222
zx: 8.8.5
23-
rspack:
24-
'@rspack/cli': 1.7.11
25-
'@rspack/core': 1.7.11
26-
'@rspack/plugin-react-refresh': 1.6.2
2723
module-manager:
2824
'@base-org/account': 2.0.1
2925
'@coinbase/wallet-sdk': 4.3.7

0 commit comments

Comments
 (0)