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
The builder serves up inline sourcemaps; however, this does not work as well within IntelliJ, and perhaps other scenarios. It would be better to support *.js.map.
What I am seeing in my debugger is that sometimes my app stops in dependencies.js (bundled) instead of the source mapped sources, other times it works fine. The only functional change here is the sourcemaps being inlined.
The text was updated successfully, but these errors were encountered:
kwesterfeld
pushed a commit
to kwesterfeld/systemjs-tools
that referenced
this issue
May 24, 2017
The builder serves up inline sourcemaps; however, this does not work as well within IntelliJ, and perhaps other scenarios. It would be better to support *.js.map.
What I am seeing in my debugger is that sometimes my app stops in dependencies.js (bundled) instead of the source mapped sources, other times it works fine. The only functional change here is the sourcemaps being inlined.
The text was updated successfully, but these errors were encountered: