An extension for es6-module-transpiler that outputs modules in a dist bundle format compatible with Node.js, YModules, and global variables. Version 0.0.2 is the latest stable release. This package is no longer actively maintained and has been superseded by modern bundlers like Rollup or Webpack. Key differentiator: produces legacy wrappers for multiple module systems (CommonJS, YModules, global).
npm install es6-module-transpiler-dist-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a transpiler container with the DistFormatter and output a bundle.
Always pass { name: 'your-module-name' } to the constructor.Migrate to Rollup or Webpack with proper ES module output.
npm install es6-module-transpiler-dist-formatter --save-dev and ensure require path is correct.