feathersjs-ecosystem / client

[MOVED] Client side Feathers build
https://github.com/feathersjs/feathers
MIT License
111 stars 27 forks source link

'exports' is undefined #261

Closed lakshmiaswath closed 6 years ago

lakshmiaswath commented 6 years ago

Even though we have transpiled through webpack we are getting the above mentioned error @ line exports.__esModule = true; in client.js file. What could be the issue?

lakshmiaswath commented 6 years ago

I could solve this issue.