RealDevSquad / RealDevSquad/website-backend
Adding Bundler for production build
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
- This would help in compiling multiple JS file into a single file.
- It creates a dependency relationship graph
- It improves the load time.
- The generated file would be present in
/dist - It will be helping when the repo is migrated to Typescript.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no source files, tests, entry points, or bundler choice. Start by reviewing the repository's current JavaScript package and build configuration, then identify the production entry points and expected /dist output. Done means a documented bundling workflow produces the intended single-file build and does not disrupt the current backend workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100