canirequire › CommonJS › babel-preset-latest
Is babel-preset-latest ESM-only? Can you require() it?
Babel preset including es2015+
Last verified Sep 9, 2026 against babel-preset-latest@6.24.1. JSON
CommonJS CommonJS — require() works on every Node.js version
babel-preset-latest ships CommonJS only. require("babel-preset-latest") works everywhere. import "babel-preset-latest" also works because Node.js and Bun can import CommonJS from ES modules, but only the default export is guaranteed; named imports depend on Node's static analysis of the module.
Deprecated: We're super 😸 excited that you're trying to use ES2017+ syntax, but instead of making more yearly presets 😭 , Babel now has a better preset that we recommend you use instead: npm install babel-preset-env --save-dev. preset-env without options will compile ES2015+ down to ES5 just like using all the presets together and thus is more future proof. It also allows you to target specific browsers so that Babel can do less work and you can ship native ES2015+ to user 😎 ! We are also in the process of releasing v7, so please give http://babeljs.io/blog/2017/09/12/planning-for-7.0 a read and help test it out in beta! Thanks so much for using Babel 🙏, please give us a follow on Twitter @babeljs for news on Babel, join slack.babeljs.io for discussion/development and help support the project at opencollective.com/babel
Does babel-preset-latest@6.24.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("babel-preset-latest") from a CommonJS file and import "babel-preset-latest" from an ES module.
| Runtime | require("babel-preset-latest") | import "babel-preset-latest" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import babel-preset-latest
ES modules (import)
import babelPresetLatest from "babel-preset-latest";Named imports from a CommonJS package only work when Node.js can statically detect them. If a named import fails, use the default import and destructure.
CommonJS (require)
const babelPresetLatest = require("babel-preset-latest");Module format by version
Derived from the type, main and exports fields of every stable release on npm (6 versions; the newest 6 shown).
| Versions | Format | First published |
|---|---|---|
| 1.0.0 – 6.24.1 | CommonJS | Jul 28, 2016 |
Frequently asked
Is babel-preset-latest ESM-only?
babel-preset-latest@6.24.1 is a CommonJS package. babel-preset-latest ships CommonJS only. require("babel-preset-latest") works everywhere. import "babel-preset-latest" also works because Node.js and Bun can import CommonJS from ES modules, but only the default export is guaranteed; named imports depend on Node's static analysis of the module.
Can I import babel-preset-latest with ES module syntax?
Yes. import babelPresetLatest from "babel-preset-latest" works in Node.js and Bun because they support importing CommonJS modules. Named imports work only when Node.js can statically detect the exports.
Does babel-preset-latest work in Bun?
Yes. import "babel-preset-latest" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does babel-preset-latest ship TypeScript types?
No. babel-preset-latest ships no type declarations and there is no @types package for it.
Links
Other commonjs packages
- debug 4.4.3CommonJS
- semver 7.8.5CommonJS
- ms 2.1.3CommonJS
- picomatch 4.0.7CommonJS
- ajv 8.20.0CommonJS
- source-map 0.8.0CommonJS
- react-is 19.2.8CommonJS
- readable-stream 4.7.0CommonJS
Similar popularity
- tsdx 2.0.0ESM-only
- jasmine-node 3.0.0CommonJS
- karma-browserify 8.1.0CommonJS
- dumi 2.4.49CommonJS
- nodeunit 0.11.3CommonJS
- yeoman-assert 3.1.1CommonJS
- ember-cli-qunit 4.4.0CommonJS
- rollup-plugin-buble 0.19.8CommonJS