Mimosa ES6 Module Transpiler AMD Shim

raw JSON →
0.1.2 verified Fri May 01 auth: no javascript deprecated

This is a deprecated Mimosa module (v0.1.2) that patches the ES6 module transpiler v0.3.0 for AMD compatibility. It fixes a breaking change where AMD libraries without a `default` property cause errors. Not actively maintained; use the `compatFix` option in es6-module-transpiler instead. Minimal documentation and no updates since initial release.

deprecated This package is deprecated in favor of using the `compatFix` option in the es6-module-transpiler.
fix Remove this module and use `compatFix: true` in your es6-module-transpiler configuration.
npm install mimosa-es6-module-transpiler-amd-shim
yarn add mimosa-es6-module-transpiler-amd-shim
pnpm add mimosa-es6-module-transpiler-amd-shim

Shows how to add the shim module after the transpiler in Mimosa configuration.

// In mimosa-config.js
modules: [
  'es6-module-transpiler',
  'es6-module-transpiler-amd-shim'
]