You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should work if you run node debug.js (requires node-inspector to be globally installed). However, server-side source maps aren't currently available on the master branch or releases (they are available on the webpack-meteor-tools branch though)
Do you have a way to debug the server side source files?
For instance setting a break point in "meteor-webpack-react/app/fixtures.js".
As webpack creates a single: server.bundle.js I guess I'd have to use source-mapping?
However, I couldn't find a proper way to do so.
I'm using Webstorm and in general they support Webpack debugging with source-maps:
(https://blog.jetbrains.com/webstorm/2015/09/debugging-webpack-applications-in-webstorm/)
Also the node-inspector only allows me to debug until:
Any help on this is kindly appreciated!
The text was updated successfully, but these errors were encountered: