智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/9d/9d21b32bbc464a27cf27237f981...

19 lines
436 B

# @babel/register
> babel require hook
See our website [@babel/register](https://babeljs.io/docs/en/next/babel-register.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20register%22+is%3Aopen) associated with this package.
## Install
Using npm:
```sh
npm install --save-dev @babel/register
```
or using yarn:
```sh
yarn add @babel/register --dev
```