Replies: 1 comment
-
I am actually wondering the same thing as I want to control my build programatically. Reading the source code it seems that it runs a parallel build for the server bundles so as long as you don't use multiple server bundles it should be fine to run |
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
Uh oh!
There was an error while loading. Please reload this page.
-
These tasks were added in #8211
And they wrap Vite build programmatically, but do not seem to add any extra functionality from the quick glance.
Is it recommended to use
remix vite:build
commands or can we usevite build
directly?Beta Was this translation helpful? Give feedback.
All reactions