mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-29 13:16:58 +02:00
add @excalidraw/utils to external and fixes
This commit is contained in:
@@ -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}/..`)}`;
|
||||
|
Reference in New Issue
Block a user