3b569ac31688d2a3b83f38b15255f4defe473834d7cd788d22d6fdb58c687938105a466a721bb09ba83f2ef4eb27d688e808356bac98da0e126ab214fd0525 389 B

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