presets for babel
Closed this issue · 3 comments
barroudjo commented
Since this plugin requires us to stop using babelrc (and I assume babel.config.js), how can we list additionnal presets to be used (such as @babel/typescript, @babel/preset-react ?
Thanks !
DanielSchaffer commented
@barroudjo You know, I think that might've been an oversight on my part - there's a way to add more plugins, and a way to customize the config for preset-env
, but no way to add more presets.
I'll have to release a patch to add that to the plugin config. I'll try and get to that this week!
barroudjo commented
Thanks a lot, that would be great !
barroudjo commented
Did you have a chance to take a look at that patch ?