Urara-Blog/node_modules/.pnpm-store/v3/files/02/3b569ac31688d2a3b83f38b15255f4defe473834d7cd788d22d6fdb58c687938105a466a721bb09ba83f2ef4eb27d688e808356bac98da0e126ab214fd0525
2022-08-14 01:14:53 +08:00

19 lines
389 B
Text

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