You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course, CommonJS and ESM can't be built in parallel, since we have to swap out the package.json file that tells TSC what to build. But when there are multiple CommonJS or ESM dialects, they can be built in parallel, and it'd go a bit faster in cases where there are a lot of them.
The text was updated successfully, but these errors were encountered:
Of course, CommonJS and ESM can't be built in parallel, since we have to swap out the
package.json
file that tells TSC what to build. But when there are multiple CommonJS or ESM dialects, they can be built in parallel, and it'd go a bit faster in cases where there are a lot of them.The text was updated successfully, but these errors were encountered: