mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
18 lines
233 B
Markdown
18 lines
233 B
Markdown
|
# @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
|
||
|
```
|