• Robert Knight's avatar
    Slim down dependencies for websocket · 6356e771
    Robert Knight authored
    The additional dependencies in websocket.js (EventEmitter,
    util, retry) resulted in an increase in bundle size from
    541K to 555K vs. master.
    
    Reduce the size by using 'tiny-emitter' instead of EventEmitter
    and 'inherits' directly instead of the large 'util' package.
    
    This reduces the bundle size of app.min.js to 546K
    6356e771
Analyzing file…
package.json 3 KB