我收到此错误Uncaught TypeError: _feathersClient2.default.primus is not a function
我的代码如下,我使用 ES6 和 babel 作为编译器。
import feathers from 'feathers-client';
const app = feathers().configure(feathers.primus({
transformer: 'sockjs',
pathname: '/primus',
}));
const locationService = app.service('location');