Using bundle() with cloud-hosted apps #1511
Unanswered
uluhonolulu
asked this question in
Q&A
Replies: 1 comment
-
Discussion was continued here: #1513 |
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
-
When you publish your React app to the cloud (e.g. Azure static), the deployment script would build the app and copy the contents of the build folder to the website's location. Therefore, we cannot run the bundler as a part of a request handler -- the source code is not where the app would expect it.
Three things I can think of here:
Any recommendations here?
Beta Was this translation helpful? Give feedback.
All reactions