Babel 7 does not support the function resolveModuleSource any more. Module path rewriting will have to be supported either by an external babel plugin, or by including a plugin inside es6.js.
Instead of including one specific version of babel/standalone in this module, obtaining the newest supported version should be the responsibility of the client.
Babel 7 does not support the function
resolveModuleSource
any more. Module path rewriting will have to be supported either by an external babel plugin, or by including a plugin insidees6.js
.Instead of including one specific version of
babel/standalone
in this module, obtaining the newest supported version should be the responsibility of the client.