build(webpack): bundle size optimization for lodash (#6244)

* add duplicate code detection check for general purpose use
* webpack alias for lodash
* redux and react-redux dependency bump that removes lodash dependencies
* lodash version match with swagger-client and recent security update
* additional webpack config to help reduce build sizes
* restore max bundle size back to 1024000
This commit is contained in:
Tim Lai
2020-07-20 20:26:56 -07:00
committed by GitHub
parent cb16ba4e6a
commit d12662e354
6 changed files with 382 additions and 36 deletions

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@ selenium-debug.log
chromedriver.log
test/e2e/db.json
docs/_book
dist/log*
flavors/**/dist/*