question about `--experimental-build-mode`
Unanswered
aa55h posted this in #help-forum
aa55hOP
I use
cant find anywhere whats the difference though? also, is the standalone output mode compatible with this?
--experimental-build-mode compile to build my docker images, it mentions the following: Build ran with "compile" mode, to finalize the build run either "generate" or "generate-env" mode as wellcant find anywhere whats the difference though? also, is the standalone output mode compatible with this?
1 Reply
generate = generate-env + stuff like ssg
generate-env just replaces environment variables with hardcoded strings on the client. Without it, clientside env variables wont work
generate-env just replaces environment variables with hardcoded strings on the client. Without it, clientside env variables wont work