Add @excalidraw/element package

This commit is contained in:
Marcel Mraz 2025-03-13 12:55:13 +01:00
parent 096a1233a6
commit 45ac15ab40
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
15 changed files with 137 additions and 121 deletions

View file

@ -31,6 +31,7 @@ const getConfig = (outdir) => ({
"@excalidraw/excalidraw": path.resolve(__dirname, "../packages/excalidraw"),
"@excalidraw/utils": path.resolve(__dirname, "../packages/utils"),
"@excalidraw/math": path.resolve(__dirname, "../packages/math"),
"@excalidraw/element": path.resolve(__dirname, "../packages/element"),
},
loader: {
".woff2": "file",