Replies: 1 comment 6 replies
-
|
farm does not support dynamic entry filenames for now. a plugin may be needed to achieve the same goal |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to migrate from Vite 4 to Farm, but I encountered an issue during the migration process: In Vite's configuration, I used rollupOptions.output.entryFileNames: (chunkInfo) => {}, which requires using a function to dynamically specify entryFileNames. However, in Farm, entryFileNames is a string. What should I do in this situation? Should I use partialBundling?
Beta Was this translation helpful? Give feedback.
All reactions