A webpack loader that transpiles ES6 modules to AMD, CommonJS, or other formats using the es6-module-transpiler. This package is version 0.1.0 and appears to be an early, unmaintained experiment. Unlike more modern tools like Babel or TypeScript, it relies on a transpiler that never gained widespread adoption. There is no README, no recent updates, and limited community support. It is functionally obsolete and should not be used in new projects.
npm install es6-module-transpiler-loaderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures webpack to transpile ES6 modules to CommonJS using the es6-module-transpiler-loader.
Replace with @babel/loader or ts-loader.
Avoid using this package; refer to the es6-module-transpiler docs if necessary.
Use a modern loader like babel-loader for webpack 2+.
npm install es6-module-transpiler-loader --save-dev
Use babel-loader instead or downgrade webpack to 1.x
No dependency data recorded yet.