A Browserify transform that compiles ES6 module syntax (import/export) to CommonJS using the ES6 Module Transpiler. Version 0.1.1 is the latest release; no updates since 2014. This project is experimental (WIP) and superseded by Babel. Designed for early adopters of ES6 modules in Browserify builds, but now obsolete. Not recommended for new projects.
npm install browserify-es6-modulesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to apply the transform in a Browserify build script.
Use Babel with babelify transform instead.
Test your code thoroughly or switch to a mature alternative.
Explicitly install es6-module-transpiler alongside this package.
Use b.transform('browserify-es6-modules') not b.transform(require('...')).Run: npm install es6-module-transpiler