babel-globals-module-formatter
JSON →A babel plugin/module formatter that transforms ES6 module exports into global variable assignments. Version 0.1.4 is the latest stable release (low cadence, no updates since 2016). It provides a way to use ES6 modules in non-module environments by exposing exports on the global object. Works with Babel 5.x only; not compatible with Babel 6+ due to API changes. Key differentiator: simple, lightweight solution for legacy browser bundles without module loaders.