Replies: 2 comments
-
This was resolved in #8843 ✨ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great! I'm glad to hear that this issue has been resolved. |
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
-
I am currently using the Vite plugin and have encountered a situation where I needed to modify the client assets directory from the default assets directory. To achieve this, I adjusted the rollup settings in my vite.config.ts file as shown below:
Despite this configuration change, the manifest-[hash].js file continues to be generated in the assets directory. I was exploring the Vite plugin codebase and noticed that the current behavior is defined in the Remix repository:
remix/packages/remix-dev/vite/plugin.ts
Line 779 in f8cdb30
I would like to request an enhancement that allows users to customize the directory for the manifest-[hash].js file through the Vite plugin settings. This flexibility would be greatly beneficial for users who, like me, have specific requirements for organizing their project assets.
I look forward to the vite becoming stable supported!
Beta Was this translation helpful? Give feedback.
All reactions