Urara-Blog/node_modules/.pnpm-store/v3/files/90/84f3857840e1fc669cb81f2a9a80bf1dfadce696bc009ba0785b7aa9c436d150518ee792c220ac43f78cdda614bb571bde5075caebefeea72f7bf58a5db5cf
2022-08-14 01:14:53 +08:00

19 lines
428 B
Text

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