Closed jochenberger closed 7 years ago
Before:
ReactRouterBootstrap.js : 187469 bytes
ReactRouterBootstrap.min.js: 65910 bytes
After:
ReactRouterBootstrap.js: 40025 Bytes
ReactRouterBootstrap.min.js: 6459 Bytes
Btw, it might be a good idea to add prop-types to the externals, but that would be an incompatible change, so if you want to do it, you'll probably want to postpone it for the next minor release. I can create a PR if you like.
Released as v0.24.3. Thanks!
In #201, the switch to
react-router-dom
was made but the webpack config was not updated. Therefore, the current UMD bundles includereact-router-dom
and depend onreact-router
.