Babel 7.26.0: stage 4 features enabled by default, new experimental code printer
@babeljs
https://babeljs.io/blog/2024/10/25/7.26.0
Babel 7.26.0: stage 4 features enabled by default, new experimental code printer
@babeljs
https://babeljs.io/blog/2024/10/25/7.26.0
Babel 7.25.0: Safari bugfixes and duplicated named capturing groups
@babeljs
https://babeljs.io/blog/2024/07/26/7.25.0
"#BabelJS is used by millions, so why are we running out of money?"
RT @[email protected]
Using #webpack with an ES2015-compatible minifier? Need to support ES5-only browsers (I am looking at you IE 11)?
Run `npx es-check es5 build/*.js`.
Will fail if output bundle is not valid ES5. Very handy if you don't #babeljs your node_modules!