A Brunch plugin that integrates the es6-module-transpiler, an experimental compiler for writing JavaScript using a subset of ES6 module syntax and compiling it into AMD, CommonJS, or globals. This package is at version 0.0.6 and appears to be an early-stage project with minimal updates. It is designed for use with Brunch, but given its low version and experimental nature, it should be considered unstable. The plugin wraps the es6-module-transpiler (no longer actively maintained) and does not support modern ES modules. Use with caution.
npm install es6-module-transpiler-brunchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures the es6-module-transpiler-brunch plugin for Brunch with a target output format.
Replace with a modern transpiler like Babel (babel-brunch) or TypeScript (ts-brunch).
Pin to specific version and test thoroughly.
Test compiled output thoroughly or migrate to Babel.
Evaluate alternatives like Webpack, Rollup, or Vite.
Run `npm install es6-module-transpiler --save-dev` as it is a peer dependency.
Check brunch-config for valid es6modules options (target: 'amd', 'cjs', or 'globals').
Ensure es6-module-transpiler is installed and is version compatible with the plugin.