The Babel configuration and transpiler package for Constellate projects, a universal JavaScript application framework. As of version 0.0.7, this package provides a pre-configured Babel setup tailored for Constellate-based development. It is designed for Node.js >=7 and is part of the Constellate ecosystem, but has seen no active updates since initial release. The package enforces a specific Babel configuration that may not be compatible with other setups, and its limited release cadence suggests early-stage development. Key differentiator: tightly coupled with Constellate's build pipeline.
npm install constellate-babelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows default import usage and transpile function with options.
Migrate to a standalone Babel configuration or modern build tool.
Install babel-core@6 to match peer requirement or use alternative.
Review source or avoid mixing with other presets/plugins.
npm install babel-core@6
Remove .babelrc or use createConfig to extend.