mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
add utils to external
This commit is contained in:
parent
73c53a3c7c
commit
549786a504
2 changed files with 2 additions and 1 deletions
|
@ -171,7 +171,7 @@ export const exportToSvg = async ({
|
|||
exportPadding?: number;
|
||||
renderEmbeddables?: boolean;
|
||||
}): Promise<SVGSVGElement> => {
|
||||
console.log("HIIII TGEREE122");
|
||||
console.log("HIIII FROM UTILS WORKSPACE");
|
||||
|
||||
const { elements: restoredElements, appState: restoredAppState } = restore(
|
||||
{ elements, appState },
|
||||
|
|
|
@ -13,6 +13,7 @@ const createDevBuild = async () => {
|
|||
bundle: true,
|
||||
format: "esm",
|
||||
plugins: [sassPlugin()],
|
||||
external: ["@excalidraw/utils"],
|
||||
loader: {
|
||||
".woff2": "dataurl",
|
||||
".html": "copy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue