babel-plugin-transform-umd-to-iife

1.0.1 • Public • Published

WORK IN PROGRESS

babel-plugin-transform-umd-to-iife

Take a UMD bundle and convert it to an iife and specify the globalName that is assigned.

installation

npm install babel-plugin-transform-umd-to-iife --save-dev

usage

{
  plugins: [
    ['babel-plugin-transform-umd-to-iife'), { globalName: 'MyGlobalName' }],
  ],
}

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-transform-umd-to-iife

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.64 kB

Total Files

3

Last publish

Collaborators

  • skiano