-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Background π
Currently, there are two main ways to configure Vite Ruby:
- a shared
config/vite.json
file - override settings using environment variables
Feature Request β¨
Adding support for an optional config/vite.rb
file that is called when resolving the configuration would make it easier to configure ViteRuby.env
as needed regardless of how Vite Ruby is executed (rake task, binstub, or bundle exec).
Documentation π
Since any configuration in this ruby file can not be read when invoking the node vite
executable directly, this would be regarded an advanced feature, and config/vite.rb
would not be added during installation.
Matt-Yorkley and vtt
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request