trying to fix domain vite build problem

This commit is contained in:
BrunoMatosTech 2025-04-30 14:51:54 +00:00
parent a278d13d4d
commit 265c2ba096
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@ const getConfig = (outdir) => ({
loader: {
".woff2": "file",
},
external: ["react", "react-dom"], // Explicitly externalize react and react-dom
});
function buildDev(config) {