mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: package build fails on worker chunks (#8990)
This commit is contained in:
parent
78ab12c7e6
commit
2ac55067cd
1 changed files with 5 additions and 2 deletions
|
@ -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();
|
||||||
|
})();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue