Broccoli plugin for simple Babel transpilation (sabel is a lightweight Babel wrapper). Version 0.3.6 is the latest, but the package appears unmaintained (last release years ago). It provides a thin layer for running Babel transforms within Broccoli builds, but alternatives like broccoli-babel-transpiler or direct use of Babel are recommended for active support.
npm install broccoli-sabelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Broccoli tree that transpiles files in 'src' using Babel with @babel/preset-env and source maps.
Replace with broccoli-babel-transpiler: npm install --save-dev broccoli-babel-transpiler
Use broccoli-babel-transpiler which supports Babel 7.
Ensure you are using Broccoli as your build tool.
npm install --save-dev babel-core
Call sabel('src', { presets: [] }) with options object.