mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-15 18:25:58 +01:00
add utils to external
This commit is contained in:
@@ -53,6 +53,7 @@ const browserConfig = {
|
|||||||
".woff2": "copy",
|
".woff2": "copy",
|
||||||
".ttf": "copy",
|
".ttf": "copy",
|
||||||
},
|
},
|
||||||
|
external: ["@excalidraw/utils"],
|
||||||
};
|
};
|
||||||
const createESMBrowserBuild = async () => {
|
const createESMBrowserBuild = async () => {
|
||||||
// Development unminified build with source maps
|
// Development unminified build with source maps
|
||||||
@@ -107,6 +108,7 @@ const rawConfig = {
|
|||||||
".json": "copy",
|
".json": "copy",
|
||||||
},
|
},
|
||||||
packages: "external",
|
packages: "external",
|
||||||
|
external: ["@excalidraw/utils"],
|
||||||
};
|
};
|
||||||
|
|
||||||
const createESMRawBuild = async () => {
|
const createESMRawBuild = async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user