Add @excalidraw/common package

This commit is contained in:
Marcel Mraz 2025-03-14 12:56:12 +01:00
parent de0598287c
commit 87bb3827ae
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
7 changed files with 110 additions and 12 deletions

View file

@ -28,10 +28,11 @@ const getConfig = (outdir) => ({
assetNames: "[dir]/[name]",
chunkNames: "[dir]/[name]-[hash]",
alias: {
"@excalidraw/common": path.resolve(__dirname, "../packages/common"),
"@excalidraw/element": path.resolve(__dirname, "../packages/element"),
"@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",