-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Respect Vite's root
config field
#10
Comments
Creating a starter repository for this would be highly beneficial! It seems like a fantastic development eliminating the need for workarounds and using wildcards. However, I wasn't able to make it function correctly. |
Hi @ipekli,
Keep in mind, that you will have Regarding the |
Why has this issue been closed? It does seem as this is still an issue. |
I guess due to the created starter repository ;) |
vite-plugin-php
with Vite v5.1.4root
config field
I'm having trouble getting
vite-plugin-php
to work with my Vite setup (version 5.1.4). Despite following the plugin's documentation and configuring myvite.config.js
as shown below, it doesn't seem to function as expected. My project structure is straightforward with a singleindex.php
file in thesrc
directory, and I've directed the plugin to use a specific PHP binary.Here's my
vite.config.js
:And my project structure:
Could anyone point out what might be wrong with this configuration or suggest any steps to troubleshoot this issue?
The text was updated successfully, but these errors were encountered: