Closed JoviDeCroock closed 5 years ago
Babel seems to compile when there are type errors, I don't really like that :D in libraries I always use the plugin.
@andyrichardson @jovidecroock we've probably also reached a point where we may want to create a "preset" package for this rollup config 😅
It's currently the same between all urql packages, which is awesome ✨, because some time has gone into it to make sure we get the most compact output! However, I dread the day when we have to manually upgrade it across all repos 😅
@kitten I'll make work of this tomorrow if you like
@JoviDeCroock thanks for this! Looks good.
Is there an advantage to using the typescript plugin provided for rollup as opposed to babel? I've only ever used the babel plugin.