We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dbf56 commit 2a829f9Copy full SHA for 2a829f9
1 file changed
build/azure-pipelines/upload-sourcemaps.js
@@ -14,9 +14,7 @@ const root = path.dirname(path.dirname(__dirname));
14
const commit = util.getVersion(root);
15
16
// optionally allow to pass in explicit base/maps to upload
17
-const args = process.argv.slice(2);
18
-const base = args[0];
19
-const maps = args[1];
+const [base, maps] = process.argv.slice(2);
20
21
const fetch = function (base, maps = `${base}/**/*.map`) {
22
return vfs.src(maps, { base })
0 commit comments