Vite build command is not work properly #13420
Unanswered
mustafat0k
asked this question in
Q&A
Replies: 1 comment
-
I'm also experiencing this type of issue. Any idea how to solve this? I'm using Laravel version 10 as my framework which Vite is integrated. within my /resources/js folder there's a subfolder that is not included in the build process but when I ran the dev, the files in that subfolder were available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Dev command in Vanilla Vite is working well and shows up the sub-directories but build and preview mode is not includes to dist.
I tried to customize with inserting rollup options but that time js and css folders not included and doesn't read path.
How can include all files and nested sub-directories?
Reproduction
Steps to reproduce
No response
System Info
Used Package Manager
npm
Logs
No response
Validations
Beta Was this translation helpful? Give feedback.
All reactions