Skip to content

Commit 47e60cb

Browse files
committed
Update create.js
1 parent d036baa commit 47e60cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages-internal/bundle-size-checker

packages-internal/bundle-size-checker/create.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ yargs(process.argv.slice(2))
7676
.command({
7777
command: '$0',
7878
describe: 'Saves a size snapshot in size-snapshot.json',
79-
builder: (yargs) => {
80-
return yargs
79+
builder: (cmdYargs) => {
80+
return cmdYargs
8181
.option('analyze', {
8282
default: false,
8383
describe: 'Creates a webpack-bundle-analyzer report for each bundle.',

0 commit comments

Comments
 (0)