mikach / requirejs-babel

An AMD loader plugin for Babel
117 stars 32 forks source link

Add support for the current Babel 7 #32

Closed prantlf closed 5 years ago

prantlf commented 5 years ago

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.

prantlf commented 5 years ago

I released this feature as requirejs-babel7 for the time being.