Vivek Nayyar 66b86e088c
added basic support for module attributes and tests updated (#10962)
Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2020-05-25 01:26:28 +02:00

20 lines
442 B
Markdown

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