8cd25ea249842e1094e565e4ca8e793231d82bf1b7992b6d8f287a97ba0071fdf667d76d883f48a5ec1ea970c1d11cf1487ce998c90ad3b7a651c1b22ee396 428 B

12345678910111213141516171819
  1. # @babel/plugin-syntax-import-attributes
  2. > Allow parsing of the module attributes in the import statement
  3. See our website [@babel/plugin-syntax-import-attributes](https://babeljs.io/docs/babel-plugin-syntax-import-attributes) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-syntax-import-attributes
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-syntax-import-attributes --dev
  12. ```