|
|
|
|
|
by strken
1223 days ago
|
|
In the specific case of Babel the alternatives are an order of magnitude faster and much less complicated (SWC, esbuild, Sucrase); this comes at the cost of features and of dropping support for older browsers. Given the excellent alternatives, there may actually be a long-term benefit to switching off Babel, since the end result will be cleaner and faster transpilation tools that don't support increasingly antiquated browsers. This sucks for anyone who needs to support very old browsers, but if you really need Babel presumably you'll be willing to pay for it. |
|