mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move utils source into src/
This commit is contained in:
parent
ba0a9e0cb4
commit
4a182f985b
31 changed files with 47 additions and 49 deletions
|
@ -32,7 +32,7 @@ const getConfig = (outdir) => ({
|
|||
"@excalidraw/element": path.resolve(__dirname, "../packages/element/src"),
|
||||
"@excalidraw/excalidraw": path.resolve(__dirname, "../packages/excalidraw"),
|
||||
"@excalidraw/math": path.resolve(__dirname, "../packages/math/src"),
|
||||
"@excalidraw/utils": path.resolve(__dirname, "../packages/utils"),
|
||||
"@excalidraw/utils": path.resolve(__dirname, "../packages/utils/src"),
|
||||
},
|
||||
loader: {
|
||||
".woff2": "file",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue