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

TypeScript + Custom Server + HMR = Unusable #3086

Closed
sarriaroman opened this issue Oct 13, 2017 · 2 comments
Closed

TypeScript + Custom Server + HMR = Unusable #3086

sarriaroman opened this issue Oct 13, 2017 · 2 comments

Comments

@sarriaroman
Copy link

sarriaroman commented Oct 13, 2017

If you try to develop a next.js app in an environment with TS + Custom Server + HMR the development is almost impossible. HMR must be able to be disabled because TS will recreate the entire code every time you save, HMR will try to load it but will just reload the entire page and is pretty heavy having it bundled. If you have a medium - large app will become a development hell.

Tested Version: Next.JS 4.0.3
TypeScript: 2.5.3
NodeJS: 8.7.0

@timneutkens
Copy link
Member

The only real solution for this is #1245.

@lock
Copy link

lock bot commented May 10, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants