Closed strarsis closed 6 years ago
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.
@fskreuz: Thanks. So for this particular project I would have to switch to Babel for supporting this feature (syntax-dynamic-import
).
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: https://github.com/babel/babel-loader/issues/552
doesn't work either.