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

Next.js doesn't hot reload #1

Open
alvinvoo opened this issue Aug 26, 2018 · 0 comments
Open

Next.js doesn't hot reload #1

alvinvoo opened this issue Aug 26, 2018 · 0 comments

Comments

@alvinvoo
Copy link
Owner

Describe the bug
Next.js' HMR seems to have stopped working after I've included next.config.js.

To Reproduce

  1. Do some changes in pages/
  2. HMR doesn't reload

Expected behavior
HMR to reload everytime I change something.

Desktop (please complete the following information):

  • OS: xbuntu 18.04
  • Browser chromium 68.0.3440.106 (Official Build)

Additional context
I suspect it has something to do with below settings
HotModuleReplacementPlugin {
options: {},
multiStep: undefined,
fullBuildTimeout: 200,
requestTimeout: 10000 },
Is it because HMR has timeout while trying to reload? Because build takes too long due to inclusion of css loader? Probably can do some experiments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant