[Good First Issues]: Fix CommonJS dependency warnings
See original GitHub issueDescription
When running the frontend project with npm run start
, the following warnings are displayed:
Before attempting to resolve this issue, I would recommend first reviewing https://web.dev/commonjs-larger-bundles/.
Scope
- Service: UI
Setup dev environment
Please read the doc to set up your development environment.
Deadline
We usually give 2 weeks for a feature request, which means you have 2 weeks to implement the feature starting from the day it is assigned to you. If you have any difficulties, please contact us in Slack.
How to implement
- Fork the FeatBit repository.
- Create a branch issues-{issues number}
- Implement the task based on Description and Scope mentioned above.
- Submit your PR
If the feature is UI related, make sure you complete the following tasks before submit your PR:
- merge featbit main branch into your working branch
- run
npm run i18n
- commit messages.xlf & messages.zh.xlf file changes (if any)
Contribution points
Each contribution counts a certain number of points, depending on its difficulty. Contributors earn the appropriate points when the work is merged. Contribution points are used to describe the contributions that contributors have made. They can also be used to receive rewards for community events. You can view the current community submissions on a public google sheet.
Points: 12
How to claim to solve the issue
If you want to implement this function, please leave a comment in this issue like:
I’d like to implement this function, please assign this issue to me.
Issue Analytics
- State:
- Created 4 months ago
- Comments:8 (6 by maintainers)
Top GitHub Comments
Thanks @yashchaddha, I’ve assigned this issue to you ☘️
Hi @defqd 👋
I recommend that you separate the solution into multiple PRs, one for each of the following:
This will make it easier for us to focus on each change individually, and it will also make it easier to merge the changes once they have been reviewed.