Urara-Blog/node_modules/.pnpm-store/v3/files/20/1ef75b8289d8fa2b968fdd5135bacb6332bb4a002ef35212ecdd82727d30ee30b2f9fd998f8fee2b6e3ccc8ed6b8aada7c3efa3694f50f8b9ec8bb56503af7
2022-08-14 01:14:53 +08:00

19 lines
428 B
Text

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