RealDevSquad / RealDevSquad/website-backend

Adding Bundler for production build

Open
#812 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.