canjs / can-connect-feathers

The FeathersJS client library for DoneJS and can-connect
https://canjs.com/doc/can-connect-feathers.html
MIT License
10 stars 4 forks source link

Uglify fails to minify #27

Closed BigAB closed 7 years ago

BigAB commented 7 years ago

Right now in the Bitcentive app can't build because uglify chokes on ES6 features used in can-connect-feathers.

I see 2 possible solutions:

  1. don't use ES6 features in can-connect-feathers src
  2. transpile the source code to ES5 when publishing
BigAB commented 7 years ago

Merged into 2.0 branch