* archive stage 4 parser plugins * use npm protocol for archived plugins * fix: get module.exports from archived plugins * remove syntax-top-level-await from test options * use npm syntax-class-static-block
@babel/plugin-transform-modules-systemjs
This plugin transforms ES2015 modules to SystemJS
See our website @babel/plugin-transform-modules-systemjs for more information.
Install
Using npm:
npm install --save-dev @babel/plugin-transform-modules-systemjs
or using yarn:
yarn add @babel/plugin-transform-modules-systemjs --dev