mikach / requirejs-babel

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

Add support for the current Babel 7 #31

Closed prantlf closed 5 years ago

prantlf commented 5 years ago

Aims to fix #32.

This change requires editing the paths property of the RequireJS configuration and adding babel modules as a dependency to the client project. As such it is a breaking change and should be released as a new major version. Although the function resolveModuleSource is not necessary to configure any more, it is supported for compatibility.

mikach commented 5 years ago

Thanks a lot! Unfortunately, I don't have a lot of time to support this and I consider using webpack is better option nowadays then using requirejs with this library, but anyway thanks for your contribution!