-
Notifications
You must be signed in to change notification settings - Fork 19
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
Debugger and auto-recompile on file change #27
Comments
@pienter-tech you probably can just
|
This is only true for |
@tigp is it possible to get HMR without |
Merged
@Maxim-Filimonov there is the webpack-hot-middleware to use on the server, but I haven't had time to play with it yet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
For starters: I really love the generators!
But I'm missing two things in this project:
npm start
the debugger should be on by default.I added this:
npm start
it would be nice if there was a file watcher to recompile automatically.
The text was updated successfully, but these errors were encountered: