v7.13.8 (2021-02-26)
Thanks @luxp and @pigcan for your first PRs!
🐛 Bug Fix
- Other
babel-compat-data
,babel-preset-env
- #12901 Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with compat-data@7.13.x (@luxp)
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #12893 Allow
require()
of runtime helpers in Node.js 13.2-13.6 (@nicolo-ribaudo)
- #12893 Allow
💅 Polish
babel-helper-create-class-features-plugin
- #12898 Do not warn for
loose
of class features inpreset-env
(@nicolo-ribaudo)
- #12898 Do not warn for
🏠 Internal
babel-core
,babel-helper-transform-fixture-test-runner
,babel-register
- #12820 [internal] Keep the
.cjs
extension when compiling source files (@nicolo-ribaudo)
- #12820 [internal] Keep the
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime
- #12883 Improve
@babel/runtime
esm stability (@nicolo-ribaudo)
- #12883 Improve
🔬 Output optimization
babel-plugin-proposal-object-rest-spread
- #12899 Skip
_extends
helper for{…x}
with modern targets (@nicolo-ribaudo)
- #12899 Skip
Committers: 6
- Alan Lu - 川古 (@luxp)
- Babel Bot (@babel-bot)
- Bogdan Savluk (@zxbodya)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- pigcan (@pigcan)