Large bundle size #279
Labels
💻 aspect: code
Concerns the software code in the repository
dependencies
Pull requests that update a dependency file
🛠 goal: fix
Bug fix
✨ goal: improvement
Improvement to an existing feature
🟧 priority: high
Stalls work on the project or its dependents
🔒 staff only
Restricted to CC staff members
🏷 status: label work required
Needs proper labelling before it can be worked on
Description
Currently, the Chooser's bundle size is quite large for a single page.
Reproduction
npm run build
in the Chooser, or generate Lighthouse report in Google Chrome.These are webpack build warnings:
And here is a part of the Lighthouse report:
Possible steps to take:
Remove some third-party libraries, or replace them with lighter versions. Some of the libraries we should consider are:
sentry
buefy
markdown-it
Purge unused CSS using
purge-css
library.Resolution
The text was updated successfully, but these errors were encountered: