Urara-Blog/node_modules/.pnpm-store/v3/files/a2/e54ecc53a35ce35c6ec73781da209435149de2ba88d06eef7e816f60373488d1d8e3fd96ee5746f45e0419256a474dc672e5235a95e7444f46ed5ab9dbec24
2022-08-14 01:14:53 +08:00

19 lines
441 B
Text

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