Drop number of generations for local dev
Doesn't hit the disk too much
This commit is contained in:
parent
092a1ec340
commit
0f48dc8132
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
@ -21,7 +21,7 @@ const SRC_DIR = join(__dirname, 'src');
|
|||
const PROGRESS_BAR_FORMAT = '[:bar] :rate/ps :percent :current/:total';
|
||||
const MAX_VALUE = process.env.MAX_VALUE
|
||||
? parseInt(process.env.MAX_VALUE, 10)
|
||||
: 10;
|
||||
: 2;
|
||||
|
||||
const BUNDLER_OPTIONS = {
|
||||
outDir: BUILD_DIR,
|
||||
|
|
Reference in a new issue