-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Core: Fix manager assets to be routed in express #9646
Conversation
…ies over preview) namechange the webpackDevMiddleWare to preview... for clarity
…utomatically, we no longer need this.
This pull request is being automatically deployed with ZEIT Now (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, great job! but what's up with the deepscan issues @ndelangen ?
# Conflicts: # lib/core/src/server/dev-server.js
Should be fixed now @shilman |
@ndelangen do you think it's safe to patch this back to |
Yes, I think this is safe to port to 5.3 really. |
Please port back to 5.3! |
Core: Fix manager assets to be routed in express
Issue: #9443
What I did
I changed the way the manager webpack process starts/watches. By doing this it's possible to add all the webpack routes to express.
This was already the way preview works.