智能照明系统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/7e/7e1d4b8d8ce8d4591ab67379d23...

19 lines
404 B

# @babel/plugin-proposal-dynamic-import
> Transform import() expressions
See our website [@babel/plugin-proposal-dynamic-import](https://babeljs.io/docs/en/next/babel-plugin-proposal-dynamic-import.html) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-proposal-dynamic-import
```
or using yarn:
```sh
yarn add @babel/plugin-proposal-dynamic-import --dev
```