You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be useful to build Frontend for production during CI (running npm run build). There are a couple of things we could look for:
Has the size of the initial bundle changed? We want to keep that under a certain threshold.
How long does the build take? We'd like to keep the build duration under a certain threshold. We're also interested in monitoring the build duration to see whether it's increasing over time.
The text was updated successfully, but these errors were encountered:
It'd be useful to build Frontend for production during CI (running
npm run build
). There are a couple of things we could look for:The text was updated successfully, but these errors were encountered: