A gobble plugin that transpiles ES6 modules to ES5 using the es6-module-transpiler (esnext). Version 0.1.0 is the latest stable release. This package is part of the gobble build system ecosystem and provides a simple .map('es6-modules') transform. It supports both bundle mode (single file output from an entry point) and AMD mode (one-to-one file mapping). The package is minimal but relies on the now-deprecated es6-module-transpiler and has not seen updates since 2014.
npm install gobble-es6-modulesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use gobble-es6-modules to transpile ES6 modules into a single bundled ES5 file.
Migrate to gobble-babel or another modern transpiler plugin.
Use bundle mode to get single file output, or combine with other plugins.
Consider using an actively maintained alternative.
Run 'npm install es6-module-transpiler' as a dependency.
Ensure gobble is installed (npm install gobble) and the gobblefile exports the result of gobble().map() correctly.