Brunch plugin for Square's ES6 module transpiler, enabling ES6 module syntax (import/export) compilation to AMD or CommonJS. Version 0.1.0, last release in 2014. Not actively maintained. Key differentiator from similar plugins: no CoffeeScript dependency, enhanced configuration for module name mapping and wrapper type. Note: CommonJS support is broken; only AMD is practically useful. Requires disabling Brunch's default module wrapper.
npm install es6-module-transpiler-js-brunchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic plugin configuration for AMD output with module name mapping.
Use wrapper: 'amd' and an AMD loader like require.js or ember-loader.
Migrate to a modern tool like Babel or TypeScript with Brunch plugins (e.g., babel-brunch).
Add modules: { wrapper: false } to brunch config.Adjust the match pattern to include all desired directories.
npm install --save es6-module-transpiler
Set wrapper to 'amd' or 'cjs' in config.