Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Custom cache dir handling

オープン
#2,298 コメント 0 件 リアクション 2 件 担当者 2 名 GitHub で見る

@wan9chi がすでに取り組んでいます。

2026年8月2日 から。

評価

この issue はまだ評価されていません。

説明

pending triage
Description

Right now there is no documented way to set a custom cache dir for the Vite+ cache folder. The undocumented version is via an env variable.

At the same time, Vite itself has a cachedDir option that could be used (or mistaken by users as the desired option)

Suggested solution
  1. Add a dedicated run.cacheDir option
  2. If it is not set, use <top-level cacheDir>/task-cache (Vite's option)
  3. If that isn't set either, use the default node_modules/.vite/task-cache dir

To make it performant, this probably needs changes in Vite Task itself

Alternative

No response

Additional context

No response

Validations
  • Read the Contributing Guidelines.
  • Confirm this request is for Vite+ itself and not for Vite, Vitest, tsdown, Rolldown, or Oxc.
  • Check that there isn't already an issue requesting the same feature.
主要言語
Rust
スター
5.8k
フォーク
263
平均マージ
21時間 13分
マージ済み PR(30日)
146

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

voidzero-dev/vite-plus のほかの issue

voidzero-dev/vite-plus の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。