auth0 / webtask-bundle

Module and CLI to bundle your code for use on https://webtask.io
28 stars 6 forks source link

Add support for opting out of babel transpilation #38

Closed ggoodman closed 1 year ago

ggoodman commented 1 year ago

Description

Now that most Webtask runtime versions support all of the language features that babel historically targeted, some use-cases no longer want to transpile modules with babel.

This PR introduces a new disableTranspilation option to opt out of @babel/preset-env.