-
Notifications
You must be signed in to change notification settings - Fork 174
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
Debugging with Webstorm ? #33
Comments
Hey! Please see gaearon/react-hot-boilerplate#18 for a discussion. |
The discussion conclusion is that webpack support will be available for Webstorm 11. I'm just wondering how do you debug this project without using print statements ? I can't find a way to start webpack without packing all the js files into one bundle.js file. Is it possible to tell webpack just to boot up nodejs server without packing it so that Webstorm can debug it ? Please help! |
Not sure I understand your question. I use Chrome DevTools for debugging.
That's how Webpack works. It bundles files into one JS file because they're modular. All modern tools work this way. |
I'm very new to Nodejs and webpack .. so this might be a silly feature request. Is it possible to have this project to run and debugged under Webstorm ?
The text was updated successfully, but these errors were encountered: