babel/packages/babel-plugin-transform-modules-commonjs
2019-01-22 09:16:32 -06:00
..
2018-11-18 23:02:58 +01:00
2019-01-22 09:16:32 -06:00
2018-12-03 20:00:35 +01:00

@babel/plugin-transform-modules-commonjs

This plugin transforms ES2015 modules to CommonJS

See our website @babel/plugin-transform-modules-commonjs for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-modules-commonjs

or using yarn:

yarn add @babel/plugin-transform-modules-commonjs --dev