Remove react/jsx-runtime dynamic browser import
This commit is contained in:
parent
dad5cffaac
commit
b8bae51b32
@ -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();
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
@ -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",
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user