[react-packager] Fix cache issues
This commit is contained in:
parent
39ae5daec3
commit
b17b328aed
|
@ -12,7 +12,7 @@ const crypto = require('crypto');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const tmpdir = require('os').tmpDir();
|
const tmpdir = require('os').tmpDir();
|
||||||
|
|
||||||
function getCacheFilePath(args) {
|
function getCacheFilePath(...args) {
|
||||||
args = Array.prototype.slice.call(args);
|
args = Array.prototype.slice.call(args);
|
||||||
const prefix = args.shift();
|
const prefix = args.shift();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue