diff --git a/index.js b/index.js index 9d55cbd..0062318 100644 --- a/index.js +++ b/index.js @@ -29,7 +29,7 @@ function obfuscatorPlugin(obOptions) { { ...options, sourceMapBaseUrl: - "http://localhost:1498/source-maps/" + + "https://dev-helper.briq.it/source-maps/" + (process.env.PROJECT_NAME || "unknown_project") + "/" + (process.env.GIT_COMMIT_SHA || "unknown_commit"),