Sven SAULEAU b445b79734 Refactor move docs (#8108) 6 éve
..
src c662c2ada2 Use strict namespace behavior for mjs files. (#7545) 6 éve
test 040ba2bf53 Remove no longer needed #__PURE__ annotations for taggedTemplateLiteral helper (#7914) 6 éve
.npmignore 9ac326b075 remove es20xx prefixes from plugins and rename folders (#6575) 7 éve
README.md b445b79734 Refactor move docs (#8108) 6 éve
package.json 90566103a6 v7.0.0-beta.49 6 éve

README.md

@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 @babel/plugin-transform-modules-commonjs

or using yarn:

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