fix: package build fails on worker chunks (#8990)
This commit is contained in:
parent
78ab12c7e6
commit
2ac55067cd
@ -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…
x
Reference in New Issue
Block a user