github-pages-deploy-action/node_modules/@babel/runtime-corejs3/README.md

18 lines
233 B
Markdown
Raw Normal View History

2020-03-07 11:45:40 +08:00
# @babel/runtime-corejs3
> babel's modular runtime helpers with core-js@3 polyfilling
## Install
Using npm:
```sh
npm install --save-dev @babel/runtime-corejs3
```
or using yarn:
```sh
yarn add @babel/runtime-corejs3 --dev
```