We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setup a farm project by using pnpm create farm@latest
pnpm create farm@latest
Setup environment by using pnpm i
pnpm i
Start a dev server by using pnpm dev or pnpm start
pnpm dev
pnpm start
For example, modify the config file:
From:
server: { hmr: { overlay: true } },
To:
server: { hmr: { overlay: false } },
Modify any files in src to approch an error, in broswer, overlay of the error still displays.
src
No response
see above
any
The text was updated successfully, but these errors were encountered:
fu050409
Successfully merging a pull request may close this issue.
Steps to reproduce
Setup a farm project by using
pnpm create farm@latest
Setup environment by using
pnpm i
Start a dev server by using
pnpm dev
orpnpm start
For example, modify the config file:
From:
To:
Modify any files in
src
to approch an error, in broswer, overlay of the error still displays.Reproduce link
No response
What is actually happening?
see above
System Info
The text was updated successfully, but these errors were encountered: