@babel/plugin-proposal-export-namespace-from

This plugin is included in @babel/preset-env, in ES2020

Compile export namespace to ES2015

1
2
3
{
  "plugins": ["@babel/plugin-transform-export-namespace-from"]
}