Babel plugin for the Fly build system, version 2.1.1. It allows you to transpile ES6/ES2015+ code using Babel within Fly pipelines. The plugin supports standard Babel options (presets, plugins, sourceMaps, etc.) and a preload feature that automatically loads Babel plugins/presets from package.json. Release cadence is low; last release was in 2018. Key differentiator: tight integration with Fly, including preloading and simple generator-based task syntax. Requires Node >= 4.6 and Fly 2.0+.
Verified import paths — ran on the pinned version, not inferred.
Plugin is mounted via Fly's system; user does not import directly. Instead, configure in .fly.js or flyfile.js.
Method is chained on Fly's source/target stream. Must be inside a generator function (function *).
preload: true automatically loads Babel plugins/presets from package.json. Default false.
Shows basic usage of fly-babel with Babel presets and source maps in a Fly task.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.