You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had been working on mono repo and want to build my whole project with the same vite.config.js
But what I will do is just change the scripts of package.json to achieve the dynamic results.
SyedUmerHasan
changed the title
In Library I want to input entry path from cli
In Library Mode, I want to input entry path and Location to build from cli
Apr 11, 2021
I think it would be more robust if the Vite config support multiple entrypoints by default. Passing in the CLI directly is limited if we want to, say, output entries in different locations. This may be similar to #1736 and #4530. I'll close this in favor of the latter PR as it has more awareness.
Clear and concise description of the problem
I had been working on mono repo and want to build my whole project with the same vite.config.js
But what I will do is just change the scripts of package.json to achieve the dynamic results.
Suggested solution
The text was updated successfully, but these errors were encountered: