mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 20:09:30 +08:00
15 lines
219 B
Text
15 lines
219 B
Text
# @babel/helper-define-polyfill-provider
|
|
|
|
## Install
|
|
|
|
Using npm:
|
|
|
|
```sh
|
|
npm install --save-dev @babel/helper-define-polyfill-provider
|
|
```
|
|
|
|
or using yarn:
|
|
|
|
```sh
|
|
yarn add @babel/helper-define-polyfill-provider --dev
|
|
```
|