Babel transpiler plugin for the Eustia utility library generator. Version 0.0.1 provides a handler that transpiles ES6+ files via Babel presets within Eustia's build pipeline. It requires manual installation of presets (e.g., babel-preset-es2015) and is tightly coupled to Eustia's configuration format. No active development or updates observed; the package is essentially a thin wrapper around Babel, with no versions beyond 0.0.1. Alternative: use Babel directly.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
CommonJS module; no default ESM export available.
The package exports a factory function directly, not an object with a default property.
Options are passed as a plain object; see Babel documentation for available options.
Example Eustia configuration using eustia-babel to transpile .es6 files with the es2015 preset.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.