-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
docs(Configuration): document new devServer.overlay options #6809
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
docs(Configuration): document new devServer.overlay options #6809
Conversation
@malcolm-kee is attempting to deploy a commit to the Webpack Docs Team on Vercel. A member of the Team first needs to authorize it. |
@@ -19,7 +19,7 @@ Once you are in the project directory, run the following commands: | |||
- `yarn build` to create a production version of the site. | |||
- `yarn start` to develop on a local webpack-dev-server: [localhost:3000][3]. | |||
|
|||
> NOTE: run `yarn fetch` before running `yarn start` command for the first time | |||
> NOTE: run `yarn fetch-repos` and then `yarn fetch` before running `yarn start` command for the first time |
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.
I not sure if the better solution is to rename fetch-repos
script to fetch:repos
or update this docs, but definitely this is something that is outdated and blocking first time setup.
899a7f6
to
03eeeb0
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Thanks for documenting this! A few suggestions and then LGTM
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. Thank you!
@snitin315 Who should I tag to merge this? |
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.
Thank you for the contribution! 🎉
@chenxsan whats this authorization check I'm happy to force merge but unsure if this is okay? |
We need to ask @sokra to invite more team members to vercel so that we can also autherize deploy previews. |
This is good to merge. |
@TheLarkInn See
#6776 (comment).
We introduced a fix here #6797 to workaround api limit on vercel which results the authorization requirement.
Most of the time you can just merge if no other check failed.
…On Thursday, May 11, 2023, Sean Larkin ***@***.***> wrote:
@chenxsan <https://github.com/chenxsan> whats this authorization check
I'm happy to force merge but unsure if this is okay?
—
Reply to this email directly, view it on GitHub
<#6809 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIKPEBFQGHW3UGY7OBLCPLXFQTU5ANCNFSM6AAAAAAXY37DUE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Resolves