Brunch plugin that compiles ES6/ES2015 JavaScript using Google's Traceur transpiler. Version 1.7.5 is the latest stable release. The plugin allows configuring which files to process and can pass options like experimental features to Traceur. It is specific to Brunch and depends on the Traceur compiler to transpile ES6 syntax to ES5. Note: This plugin must be listed before other JavaScript processing plugins in package.json. The project appears to be in maintenance mode with no recent updates since 2015.
npm install traceur-brunchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install traceur-brunch, add to package.json, configure in brunch config, and build.
Use a plugin version that matches your Brunch minor version.
Ensure 'traceur-brunch' appears before 'javascript-brunch' or similar in the dependencies list.
Consider migrating to babel-brunch for modern ES support.
Ensure traceur is in your package.json: npm install --save traceur
No dependency data recorded yet.