js-dxtools / js-dxtools/webpack-validator
Strict mode - Prefer object over array for entry configuration
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- JavaScript
- Stars
- 290
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
I.e.
entry: {
page1: "./page1",
page2: ["./entry1", "./entry2"]
},
over
entry: ["./entry1", "./entry2"]
Reasoning: It's good to name things. This also makes [name] work in a sane way. I think any setup will eventually evolve to use the object format so why not to use it from the beginning.
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 files, tests, or entry points. Start by locating the validator's handling of webpack entry configuration and its existing tests; done means the strict-mode behavior reflects the requested object format and the examples are covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100