add @excalidraw/utils to external and fixes

This commit is contained in:
Aakansha Doshi 2024-05-03 17:08:07 +05:30
parent 6a1477a55c
commit 45ff9d1053
8 changed files with 9 additions and 9 deletions

View file

@ -8,6 +8,7 @@ const browserConfig = {
bundle: true,
format: "esm",
plugins: [sassPlugin()],
external: ["@excalidraw/utils"],
};
// Will be used later for treeshaking
@ -80,6 +81,7 @@ const rawConfig = {
format: "esm",
packages: "external",
plugins: [sassPlugin()],
external: ["@excalidraw/utils"],
};
// const BASE_PATH = `${path.resolve(`${__dirname}/..`)}`;