-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Adds friendly error plugin #264
Conversation
"strip-ansi": "3.0.1", | ||
"url": "0.11.0", | ||
"webpack": "1.13.2", | ||
"webpack-dev-server": "1.16.2", | ||
"sockjs-client": "1.1.1", |
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.
Mmmh seems like yarn reordered the package json dep list :)
new WatchPagesPlugin(dir) | ||
new WatchPagesPlugin(dir), | ||
new FriendlyErrorsWebpackPlugin({ | ||
messages: ['Your application is running here http://localhost:3000'] |
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.
It's not always localhost:3000 :(
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.
My bad, this shouldn't be here in the first place, as this message is not even displayed.
We already have a similar message displayed by bin/next-dev.js. Will append a commit to this PR.
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.
Fixed in 825d187
LGTM. please fix the conflict. |
@nkzawa You want me to restore the |
@fdidron no, I think the order also makes sense. |
Anyplans on rebasing this and merging? |
Stats from current PRDefault Server ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Client Pages
Client Pages Modern
Client Build Manifests
Rendered Page Sizes
Serverless ModeGeneral
Client Bundles (main, webpack, commons)
Client Bundles (main, webpack, commons) Modern
Client Pages
Client Pages Modern
Client Build Manifests
Serverless bundles
Commit: 923547c |
Following discussion #214