We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d036baa commit 47e60cbCopy full SHA for 47e60cb
1 file changed
packages-internal/bundle-size-checker/create.js
@@ -76,8 +76,8 @@ yargs(process.argv.slice(2))
76
.command({
77
command: '$0',
78
describe: 'Saves a size snapshot in size-snapshot.json',
79
- builder: (yargs) => {
80
- return yargs
+ builder: (cmdYargs) => {
+ return cmdYargs
81
.option('analyze', {
82
default: false,
83
describe: 'Creates a webpack-bundle-analyzer report for each bundle.',
0 commit comments