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
I'm not sure what you're trying to do. While Babel and Buble are both ESNext-to-ESNow transpilers, they are totally different implementations. Buble doesn't consume Babel configuration or plugins at all.
If you meant imlementing an rc file for Buble (i.e. have it scan for a .bublerc if no config is passed), that would totally be possible. However, it will still be incompatible with .babelrc for the said reason above.
I want to add support for dynamic import syntax using this
,babelrc
:However, it seems to be ignored.
buble
is used with webpack (roots.io sage9 theme).This issue may be related: babel/babel-loader#552
doesn't work either.
The text was updated successfully, but these errors were encountered: