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
When using get asynchronous method, Chrome chokes on webpack-internal unsupported protocol scheme.
Seems similar to #127, the only diff i see is webpack-internal instead of webpack.
Expected Behavior
The source map requests resolve path without errors
Current Behavior
get triggers an stacktrace-gps.js?38bb:37 Failed to load webpack-internal:///./src/main.js: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. failure.
Steps to Reproduce (for bugs)
Basic vue-cli 3 project (webpack 4 + Babel 7)
Context
I'm trying to have nice stack frame with path resolved
Your Environment
stacktrace.js version: 2.0.0
Browser Name and version: Chrome 67.0.3396.99 (Build officiel) (64 bits)
Operating System and version (desktop or mobile): Windows 10 Pro 64 bits
The text was updated successfully, but these errors were encountered:
When using
get
asynchronous method, Chrome chokes on webpack-internal unsupported protocol scheme.Seems similar to #127, the only diff i see is webpack-internal instead of webpack.
Expected Behavior
The source map requests resolve path without errors
Current Behavior
get
triggers anstacktrace-gps.js?38bb:37 Failed to load webpack-internal:///./src/main.js: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
failure.Steps to Reproduce (for bugs)
Basic vue-cli 3 project (webpack 4 + Babel 7)
Context
I'm trying to have nice stack frame with path resolved
Your Environment
The text was updated successfully, but these errors were encountered: