How to do this compression from express?
ktae1399 opened this issue · 1 comments
ktae1399 commented
I have compressed with this webpack configuration. How can I achieve this same from express server.js file and by running a command from package.json I need to achieve this for production.
alexander-akait commented
You can use this https://github.com/pirxpilot/connect-gzip-static, but many developers use nginx (or another proxy server), you can setup it for nginx http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html