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

Don’t use chunkhash in development #4436

Merged
merged 4 commits into from
May 23, 2018

Conversation

timneutkens
Copy link
Member

@timneutkens timneutkens commented May 19, 2018

As recommended by both Tobias and Kees from the webpack core team in serval issues, one of them is: webpack/webpack-dev-server#377 (comment)

Also fixes a race condition with styled-jsx CSS changes not being hot reloaded on the server.

@timneutkens
Copy link
Member Author

Added a test for the issue @rauchg ran into with dynamic imports. Tested locally on canary the test fails, after this patch it passes.

@timneutkens timneutkens merged commit f620b8f into vercel:canary May 23, 2018
@timneutkens timneutkens deleted the fix/styled-jsx-dynamic branch May 23, 2018 12:37
lependu pushed a commit to lependu/next.js that referenced this pull request Jun 19, 2018
* Don’t use chunkhash in development

* Add test for dynamic imports styling

* Remove pre-load of dynamic page

* Make sure the browser gets closed only once
@lock lock bot locked as resolved and limited conversation to collaborators May 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant