Remove react/jsx-runtime dynamic browser import

This commit is contained in:
Benjamin Toby 2026-03-25 15:51:24 +01:00
parent dad5cffaac
commit b8bae51b32
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ export default async function allPagesESBuildContextBundler(params) {
"react", "react",
"react-dom", "react-dom",
"react-dom/client", "react-dom/client",
"react/jsx-runtime", // "react/jsx-runtime",
], ],
}); });
await global.BUNDLER_CTX.rebuild(); await global.BUNDLER_CTX.rebuild();

View File

@ -2,7 +2,7 @@
"name": "@moduletrace/bunext", "name": "@moduletrace/bunext",
"module": "index.ts", "module": "index.ts",
"type": "module", "type": "module",
"version": "1.0.34", "version": "1.0.35",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"exports": { "exports": {

View File

@ -80,7 +80,7 @@ export default async function allPagesESBuildContextBundler(params?: Params) {
"react", "react",
"react-dom", "react-dom",
"react-dom/client", "react-dom/client",
"react/jsx-runtime", // "react/jsx-runtime",
], ],
}); });