989541b310d14cde9ae81086c175466e4d18e790a0d7152eb8c152abe6edaf0f31ddbb56a5cc038e666274fb27582092af6a32a829aca1b95700c6bd000f18 395 B

12345678910111213141516171819
  1. # @babel/plugin-transform-modules-amd
  2. > This plugin transforms ES2015 modules to AMD
  3. See our website [@babel/plugin-transform-modules-amd](https://babeljs.io/docs/babel-plugin-transform-modules-amd) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-modules-amd
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-modules-amd --dev
  12. ```