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
devServer.client.overloay=false
What's happening I'm trying to turn off the overlay error. It's just not working.
CRACO version (ex. ^7.0.0)
CRACO config
const config: CracoConfig = { devServer: { client: { overlay: false }, } }
Additional information If I turn off devServer.client=false then it works.
devServer.client=false
const config: CracoConfig = { devServer: { client: false } }
The text was updated successfully, but these errors were encountered:
devServer: { client: false } this will cause the HMR to fail
Sorry, something went wrong.
No branches or pull requests
What's happening
I'm trying to turn off the overlay error. It's just not working.
CRACO version
(ex. ^7.0.0)
CRACO config
Additional information
If I turn off
devServer.client=false
then it works.The text was updated successfully, but these errors were encountered: