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
Hey @orlin,
I was wondering if you had any issues running code like:
(function(){importmfrom"moment";}())
Where it seems Babel will still complain about it even using the mod version of es2015?
Perhaps this code isn't supposed to work in any circumstance and I am missing the real application of {loose: 'es6.modules'}?
If you could please let me know your thoughts it would be appreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hey @orlin,
I was wondering if you had any issues running code like:
Where it seems Babel will still complain about it even using the mod version of es2015?
Perhaps this code isn't supposed to work in any circumstance and I am missing the real application of
{loose: 'es6.modules'}
?If you could please let me know your thoughts it would be appreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered: