# Babel 8 keeps ES modules by default, force the CommonJS transforms
babeljs --plugins '@babel/plugin-transform-export-namespace-from,@babel/plugin-transform-modules-commonjs' -o index.cjs index.js
