skiano / babel-plugin-transform-umd-to-iife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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' }],
  ],
}

caveats

I tried to make this so it would work for common formats of umd, but I would not be surprised if some pacakges have issues. If you find examples of pacakges that do not work, let me know :)

About


Languages

Language:JavaScript 100.0%