RobertCZ

Results 6 comments of RobertCZ

It is in the master https://github.com/jahewson/request/commit/1d300c39111dd62ae9da9b5734679d27c41b9747

Should work OK when you use Babel resolveModuleSource feature (see demo folder) ``` 'config': { 'es6': { 'resolveModuleSource': function(source) { return 'es6!'+source; } } }, ```

Maybe you're trying to transpile file with plain define(...). You either use import everywhere or make resolveModuleSource callback smarter about when should es6! prefix be injected. I whitelist relative links...

https://github.com/mikach/requirejs-babel/issues/26#issuecomment-337555031

Thank you. Created question https://github.com/prisma/prisma/issues/22157