Grunt plugin providing shared build tooling for microlibraries that use the ES6 module transpiler and a compatible folder structure. Version 0.1.1, last updated around 2015. Used by projects like rsvp.js. Provides tasks for building AMD, CommonJS, and browser bundles, as well as testing and development servers. Unmaintained since the ES6 module transpiler was superseded by Babel and modern module bundlers. Not compatible with current Node.js or Grunt versions due to deprecated dependencies.
npm install grunt-microlibNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows Gruntfile setup for grunt-microlib with basic configuration and available CLI tasks.
Migrate to a modern build tool like Rollup or Webpack with Babel.
Pin Grunt to 0.4.x or switch to alternative.
Use Node.js version <=10 or find alternative.
npm install es6-module-transpiler --save-dev
Ensure Gruntfile loads grunt-microlib via grunt.loadNpmTasks('grunt-microlib');