Skip to content
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

devServer.client.overloay=false is not work #501

Open
nghieptiki opened this issue Mar 15, 2023 · 1 comment
Open

devServer.client.overloay=false is not work #501

nghieptiki opened this issue Mar 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@nghieptiki
Copy link

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.

const config: CracoConfig = {
  devServer: {
    client: false
  }
}
@nghieptiki nghieptiki added the bug Something isn't working label Mar 15, 2023
@candy4290
Copy link

devServer: {
client: false
}
this will cause the HMR to fail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants