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
Right now it is hard to configure after the build step, because the config files get rolled up along with all other JavaScript code into a single file.
This is relevant for example when we only check out the already build code on our web server.
Is it possible and does it make sense to configure Vite that it keeps the config files separate?
The text was updated successfully, but these errors were encountered:
Implemented in branch rollupconf, but I'm not sure if I should merge it into master as it is still difficult to configure in this form even if slightly better than before.
On the flip side, we make the build more complicated. @Yagnap: What do you think?
Right now it is hard to configure after the build step, because the config files get rolled up along with all other JavaScript code into a single file.
This is relevant for example when we only check out the already build code on our web server.
Is it possible and does it make sense to configure Vite that it keeps the config files separate?
The text was updated successfully, but these errors were encountered: