Atom package transpiler that processes files with Babel 6. Version 1.2.0 is the latest. Designed for use within Atom's package transpiler system. Provides integration with Babel 6, including support for .babelrc configuration, presets, and plugins. Features include automatic BABEL_ENV setting for development/production, configurable cache key files, and inline source maps. Key differentiator: official Atom package transpiler for Babel 6, part of the Atom ecosystem for package development.
npm install atom-babel6-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the transpiler, configures package.json, installs Babel presets, and sets up Babel options.
Migrate to using Babel standalone or a build system like webpack or gulp.
Set "babelrc": false in options.babel.
Check Atom version compatibility; consider alternative transpilation.
Run: npm install --save babel-core
Install preset: npm install --save babel-preset-es2015 and add to options.