mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor stuff
This commit is contained in:
parent
265c2ba096
commit
de97de1939
3 changed files with 1 additions and 3 deletions
|
@ -80,7 +80,6 @@ export default defineConfig(({ mode }) => {
|
|||
build: {
|
||||
outDir: "build",
|
||||
rollupOptions: {
|
||||
external: ["react-dom"], // Mark react-dom as an external dependency
|
||||
output: {
|
||||
assetFileNames(chunkInfo) {
|
||||
if (chunkInfo?.name?.endsWith(".woff2")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue