-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Enable source maps for debugging #913
Comments
It's just a javascript file, you can try importing it manually. This file: |
Yep, I was previously trying to debug the I'm not sure if it makes sense, but;
|
I'll take a look at it when I have time. |
Hi @jerosoler, thx for this library,
When I try to debug the internal properties or methods of the
drawflow
library at runtime with breakpoints, I have difficulty in the debugging phase because the source map is not enabled. Since the JavaScript output is minified to a single line, I cannot put specific breakpoints in the internal properties and methods.Can we enable external or inline source maps?
The text was updated successfully, but these errors were encountered: