Universal Module Definition for use in automated build systems
This plugin transforms ES2015 modules to UMD
Surrounds code with the universal module definition.
Transforms ESM to UMD.
AMD to UMD converter
Convert AMD & commonjs modules to UMD, AMD, commonjs or `combined.js` (rjs & almond) & run/test on nodejs, Web/AMD or Web/Script. Manipulate & inject module code & dependencies while building & more
Babel plugin that replaces System.import with the equivalent UMD pattern
Generate and tag a UMD build for release on a separate branch
Make a browser version of JS files using globals from a Heya-style UMD, or a simple AMD.
Webpack does not like UMD wrappers (this kind of wrapper is generated by TypeScript) of the following:
Browserify plugin to expose a standalone bundle as a property of the global object
Modern Gulp plugin for Rollup 4.x - Bundle JavaScript modules with tree-shaking, multiple output formats (UMD, ESM, CJS, IIFE), and full Rollup API support. Actively maintained.