2991741632fb94e362fdb6e83327a80b758aa1297a2c453c5ee3f2ed9bf74a1877fb83edb53c3f49b16b5210a64280cc46179279de1e3a57ee334b85db6c42 425 B

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