NativeScript / NativeScript/nativescript-cli

[Feature] Make CLI handle updating webpack configs

Open
#4,669 0 comments 1 reaction 0 assignees View on GitHub

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.