Sven SAULEAU b445b79734 Refactor move docs (#8108) 6 years ago
..
src a4795408b4 Allow plugins to assert that a specific babel version has loaded the plugin. (#7450) 6 years ago
test beb99dfda1 Rename test fixtures using module syntax to .mjs files. 6 years ago
.npmignore 9ac326b075 remove es20xx prefixes from plugins and rename folders (#6575) 6 years ago
README.md b445b79734 Refactor move docs (#8108) 6 years ago
package.json 90566103a6 v7.0.0-beta.49 6 years ago

README.md

@babel/plugin-transform-modules-umd

This plugin transforms ES2015 modules to UMD

See our website @babel/plugin-transform-modules-umd for more information.

Install

Using npm:

npm install --save @babel/plugin-transform-modules-umd

or using yarn:

yarn add --save @babel/plugin-transform-modules-umd