How can i gzip a certain picker-route? i tried this: ``` import gzip from 'connect-gzip'; Picker.middleware( gzip.gzip()); ``` but this breaks the whole app (encoding error). any idea?
How can i gzip a certain picker-route?
i tried this:
but this breaks the whole app (encoding error).
any idea?