提交 2a829f92 编写于 作者: B Benjamin Pasero

💄

上级 d3dbf566
......@@ -14,9 +14,7 @@ const root = path.dirname(path.dirname(__dirname));
const commit = util.getVersion(root);
// optionally allow to pass in explicit base/maps to upload
const args = process.argv.slice(2);
const base = args[0];
const maps = args[1];
const [base, maps] = process.argv.slice(2);
const fetch = function (base, maps = `${base}/**/*.map`) {
return vfs.src(maps, { base })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册