A Brunch plugin that transpiles ES6 (ES2015) JavaScript to ES5 using the es6-transpiler library. Version 0.0.1 is the only release, with no updates since 2015; the plugin is effectively abandoned. It integrates as a Brunch build pipeline plugin, but the underlying es6-transpiler library has long been superseded by Babel. This plugin lacks active maintenance and may break with modern Brunch versions. It was an early attempt at ES6 transpilation for Brunch projects, now obsolete.
npm install brunch-es6-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures the brunch-es6-transpiler plugin in a Brunch project to transpile ES6 files.
Use a modern transpiler plugin like babel-brunch.
Switch to babel-brunch or @babel/preset-env.
Use 'brunchES6Transpiler' as the config key.
Run 'npm install es6-transpiler --save'
Ensure the plugin is listed under the 'plugins' object in brunch-config.js, not as a separate require.