FeathersJS Tip — On feathers transpilation, when using babel-register at server-side
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...
saiki.hashnode.dev2 min read