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