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
Hi @shrinktofit I believe it does. We should remove the synchronousImport option and instead opt to directly transpiling to a top-level await. This also has the potential to solve "top-level" conditional imports such as:
https://github.com/tc39/proposal-top-level-await
Once if babel implements this proposal. This plugin can replace
require
toawait import
to support require non-string-literal module ids?The text was updated successfully, but these errors were encountered: