NativeScript / NativeScript/nativescript-cli
[Feature] Make CLI handle updating webpack configs
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 204
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 8
Description
Is your feature request related to a problem? Please describe.
When I upgraded to a new version of dev-Webpack; I almost missed the message about
using "./node_modules/.bin/update-ns-webpack --configs" to update my config file... It scrolled right off the screen.
Describe the solution you'd like
tns webpack clean which would reset the config files...
possibly in addition: tns webpack update which would install @latest of the dev-webpack
Describe alternatives you've considered
None, the idea is to make the cli handle it... 😀
Additional context
Shouldn't have to deal with other tool; the CLI should handle it...
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 by locating the CLI handling for tns webpack and the existing update-ns-webpack --configs workflow. Determine whether clean should reset configuration files and whether update should install the latest dev-webpack; done means the supported CLI commands replace the separate tool without losing the intended config-update behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100