xkawi / react-universal-saga

Universal React Starter Kit ft. Redux Saga
https://react-universal-saga.herokuapp.com
MIT License
186 stars 33 forks source link

Reduce production bundle size #7

Closed MehdiZonjy closed 7 years ago

MehdiZonjy commented 7 years ago

Hi Based on my finding here #6, I managed to drop the production bundle size from about 782 to 432 by doing the following:

  1. Optimizing lodash imports
  2. Fixing the issue that led to DevTools container being included in the production bundle.
  3. Importing only Button from react-bootstrap instead of the whole module.