Common imports dedup

This commit is contained in:
Marcel Mraz 2025-03-24 10:04:34 +01:00
parent 49ee6fbc14
commit ba0a9e0cb4
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
9 changed files with 32 additions and 29 deletions

View file

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