Urara-Blog/node_modules/.pnpm-store/v3/files/b2/a65d9da2726b8f008f5fb0dd4ae8e93e83657beae1bb9884f0882f8a9ad17abea9a8d886029cc8168aa20ae7b0457d692c9fee7f3fa761ea20e405440f4258
2022-08-14 01:14:53 +08:00

19 lines
398 B
Text

# @babel/plugin-transform-modules-umd
> This plugin transforms ES2015 modules to UMD
See our website [@babel/plugin-transform-modules-umd](https://babeljs.io/docs/en/babel-plugin-transform-modules-umd) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-modules-umd
```
or using yarn:
```sh
yarn add @babel/plugin-transform-modules-umd --dev
```