feat: Allow overriding or removing webpack plugins
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Some projects might need specific webpack plugin to be configured in a different way or completely removed. Currently, config works for 80% of the cases but becomes a roadblock for rest of the cases.
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
Start with packages/webpack-config/configs/webpack.common.js, especially the linked plugin configuration around lines 84-111. Determine how plugin configuration could support project-specific overrides and complete removal, then verify that both use cases are represented in the webpack configuration behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100