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
Current behavior:
When using the aurelia-mask library (or any other library that has sourcemaps), chrome gets confused about the origin of console.log calls:
At the right side you'll see google-maps.ts but the same can be observed for aurelia-mask.
Expected/desired behavior:
The origin should either be the aurelia library that is doing the logging, or vendor-bundle.js
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
Library Version:
0.28.0
Node Version:
6.2.0
3.8.9
Chrome
Current behavior:
When using the
aurelia-mask
library (or any other library that has sourcemaps), chrome gets confused about the origin of console.log calls:At the right side you'll see
google-maps.ts
but the same can be observed for aurelia-mask.Expected/desired behavior:
The origin should either be the aurelia library that is doing the logging, or
vendor-bundle.js
The text was updated successfully, but these errors were encountered: