zapier / babel-preset-zapier

🏯 A babel preset for Zapier
0 stars 1 forks source link

Update babel dependencies #39

Closed msholty-fd closed 4 years ago

msholty-fd commented 4 years ago

In this PR, I updated our @babel/preset-env version to be able to handle the new TypeScript syntax. However, this was not sufficient as it needed an update to @babel/core and @babel/preset-typescript too.

In this PR I am also cleaning up our package.json to account for @babel/preset-env being updated and including these plugins by default. I removed:

I added tests to verify these transforms still happened without these plugins.