mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
fix: package build fails on worker chunks (#8990)
This commit is contained in:
@ -158,5 +158,8 @@ const createESMRawBuild = async () => {
|
|||||||
await buildProd(rawConfigChunks);
|
await buildProd(rawConfigChunks);
|
||||||
};
|
};
|
||||||
|
|
||||||
createESMRawBuild();
|
// otherwise throws "ERROR: Could not resolve "./subset-worker.chunk"
|
||||||
createESMBrowserBuild();
|
(async () => {
|
||||||
|
await createESMRawBuild();
|
||||||
|
await createESMBrowserBuild();
|
||||||
|
})();
|
||||||
|
Reference in New Issue
Block a user