Grunt plugin wrapping esperanto for transpiling ES6 modules to AMD, CommonJS, or UMD. Version 0.4.0 (last release) supports esperanto's `amdName` option. Designed for use with Grunt ~0.4.5. Key differentiator: integrates esperanto into Grunt build pipeline, providing file-based bundling with configurable output formats. No longer actively maintained; esperanto itself is deprecated in favor of rollup or other bundlers. Release cadence: sporadic, no releases since 2015.
npm install grunt-esperantoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows a minimal Gruntfile that loads the plugin, configures the task to transpile a module to UMD, and sets it as default.
Migrate to rollup with @rollup/plugin-commonjs for similar functionality.
Ensure the task name in initConfig matches the package name.
Always set options.type to the desired format.
Add grunt.loadNpmTasks('grunt-esperanto'); to your Gruntfile.Run npm install esperanto --save-dev
Ensure the dest folder exists or create it before running Grunt.