235e3699fe79a1d3b236c9f6f928d770f6a8f3e68aa2cef4703d3c9aba5c5b5067720fd52935f29495b40318ebf5fc301d69e017bd2e8fe8bc402b8b3e4884 425 B

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