FeathersJS Tip — On feathers transpilation, when using babel-register at server-side
Sep 16, 2020 · 2 min read · If you look at the Module loaders section in FeathersJS docs, they recommend to transpile the packages under the @feathersjs scope, in the node_modules folder; as all of them are written in ES6 Official Solution All modules in the @feathersjs namesp...
Join discussion