Perfomance: Set `app.bundle.js` `bundlesize` limit back to 400kb
Created by: umpox
Issue type
Internal request
Problem description
We had to increase the bundle size temporarily due to two main reasons:
- General bundle bloat, due to increased logic in main bundle (e.g. more advanced NPS widget)
- Multiple migrations ongoing that result in extra dependencies:
- React Router:
v5
tov6
- Tooltip:
Reactstrap
toRadix
- Icon:
mdi-react
to@mdi/js
- React Router:
This issue is to ensure we reduce it again once we have removed those dependencies.
Context
https://sourcegraph.slack.com/archives/C02FLQDD3TQ/p1656423973130869
Steps to reproduce
No response
Impact
No response
Additional details
No response
Assigning labels
-
If this issue will require input from designers in order to complete, please assign the label needs-design
.