microbundle uses the babel plugin babel-plugin-transform-async-to-promises which has this serious bug as it changes the behavior of your code once transpilled.
Sharing that here as this could save a few hours of headache and insanity to someone. I wasn't that lucky.
microbundle uses the babel plugin
babel-plugin-transform-async-to-promiseswhich has this serious bug as it changes the behavior of your code once transpilled.Sharing that here as this could save a few hours of headache and insanity to someone. I wasn't that lucky.