add utils to external
This commit is contained in:
parent
549786a504
commit
e48eed6b21
@ -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 () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user