Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

`vp pack --watch`: changes to pack config are not applied until restart

Abierto
#2,811 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
55/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Activo
Stack tecnológico
rust, typescript
Área
build-system, cli

Línea de trabajo

Start by running vp pack --watch and changing pack.minify in vite.config.ts to observe the reload path. Trace how the watcher detects configuration changes and compare it with the stated tsdown --watch behavior. Done means changed pack options are applied on the next build without restarting the watcher.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

pending triage
Describe the bug

Changed options are not applied while the watcher is running.

tsdown --watch does not have that issue.

Reproduction

Too basic, no particularly specific repro needed. See steps to reproduce below.

Steps to reproduce
  1. Run vp pack --watch
  2. Change something in vite.config.ts
  • for example, change pack: { minify: false } to pack: { minify: true }
  1. Saving vite.config.ts will trigger a build, but the new options will not be applied
System Info
> vp env current   
VITE+ - The Unified Toolchain for the Web

Node.js:
  Version    26.10.0
  Source     devEngines.runtime
  Bin Path   C:\Users\me\AppData\Local\vite-plus\data\js_runtime\node\26.10.0\node.exe
  Installed  true
  Mode       managed

Package Manager:
  Name       npm
  Version    12.1.0
  Source     devEngines.packageManager
  Bin Paths  
    npm      C:\Users\me\AppData\Local\vite-plus\data\package_manager\npm\12.1.0\npm\bin\npm.cmd
    npx      C:\Users\me\AppData\Local\vite-plus\data\package_manager\npm\12.1.0\npm\bin\npx.cmd
  Installed  true
  Mode       managed

> vp --version
VITE+ - The Unified Toolchain for the Web

vp v1.0.0-rc.0

Local vite-plus:
  vite-plus  v1.0.0-rc.0

Tools:
  vite             v8.3.0
  rolldown         v1.2.9
  vitest           v5.0.1
  oxfmt            v0.70.0
  oxlint           v1.85.0
  oxlint-tsgolint  v7.0.2002
  tsdown           v0.23.0

Environment:
  Package manager  npm ^12.0.0
  Node.js          v26.10.0 (devEngines.runtime)
Used Package Manager

npm

Logs

Validations
Lenguaje dominante
Rust
Estrellas
5.8k
Forks
263
Merge medio
22 h 48 min
PR fusionados (30 d)
145

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de voidzero-dev/vite-plus

Todos los issues de voidzero-dev/vite-plus

Issues similares

Más issues de Rust

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.