A Babel preset for transforming JavaScript in Travix projects. The current stable version is 1.2.0. It bundles plugins for ES6/ES2015/ES2016 syntax and is designed for Travix's internal build pipeline. Key differentiators: opinionated preset optimized for Travix environment, includes polyfills, and is rarely updated outside of major deprecations. Alternatives include @babel/preset-env for broader use.
npm install babel-preset-travixVerified import paths — ran on the pinned version, not inferred.
How to add babel-preset-travix to a Babel configuration file.
Replace with @babel/preset-env and configure targets per project.
npm install --save-dev babel-preset-travix
No dependency data recorded yet.