-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[dev-task] Separate Webpack Dev server from API server #1348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@hydrosquall I started thinking about how we might do this and ended up with a branch that mostly does it... The general idea is:
The missing piece is being able to contact the deployed API. At the moment we restrict CORS origins to only To run the client only, you Once we have this separation, then we can start experimenting with other packagers. What do you think? |
Hi @andrewn, I think that sounds like a clean approach, as long as there aren't any particular security motivations to keep the CORS restrictions. I think this should be fine especially if someone just wants to be running the site in a "stateless" mode. |
…y serve editor and preview (Fix processing#1348)
Nature of issue?
Feature enhancement details:
New feature details:
The text was updated successfully, but these errors were encountered: