sourcemapped-stacktrace icon indicating copy to clipboard operation
sourcemapped-stacktrace copied to clipboard

Angular 2+ support

Open alastair-todd opened this issue 7 years ago • 0 comments

Angular with webpack (ng-cli), the source urls are invlaid, I have to globally replace them: var stackString = mappedStack.map(s => s.replace("///src", "///./src")).join("\n");

at InfoToolComponent.queryFeature (webpack:///./src/app/mapping/sidebar-tools/info-tool/info-tool.component.ts:198:22)

to make them linkable

alastair-todd avatar Apr 25 '17 10:04 alastair-todd