refactor stuff

This commit is contained in:
BrunoMatosTech 2025-04-30 15:24:18 +00:00
parent 265c2ba096
commit de97de1939
3 changed files with 1 additions and 3 deletions

View file

@ -17,7 +17,6 @@ const getConfig = (outdir) => ({
"@excalidraw/math": path.resolve(__dirname, "../packages/math/src"),
"@excalidraw/utils": path.resolve(__dirname, "../packages/utils/src"),
},
external: ["react", "react-dom"],
});
function buildDev(config) {