Open schjonhaug opened 6 years ago
Try to reduce the usage of third party libraries to decrease the bundle size.
Bundle should also be gzipped.
https://github.com/webpack-contrib/webpack-bundle-analyzer
https://medium.com/@rajaraodv/two-quick-ways-to-reduce-react-apps-size-in-production-82226605771a
Also, see https://webpack.js.org/guides/caching/
Also need to use https://github.com/tkoenig89/express-static-gzip
Try to reduce the usage of third party libraries to decrease the bundle size.
Bundle should also be gzipped.
https://github.com/webpack-contrib/webpack-bundle-analyzer
https://medium.com/@rajaraodv/two-quick-ways-to-reduce-react-apps-size-in-production-82226605771a
Also, see https://webpack.js.org/guides/caching/