Forcing source-map-support module into node environment, so its not tricked by jsdom (#4607)
This commit is contained in:
@@ -10,6 +10,7 @@ import path from "path";
|
||||
|
||||
sourceMapSupport.install({
|
||||
handleUncaughtExceptions: false,
|
||||
environment : "node",
|
||||
retrieveSourceMap(source) {
|
||||
let map = maps && maps[source];
|
||||
if (map) {
|
||||
|
||||
Reference in New Issue
Block a user