From e3bfa69d9f2914d4bdb0fc0a6a249f7b0f412150 Mon Sep 17 00:00:00 2001 From: shaodahong Date: Tue, 13 Oct 2020 15:49:01 +0800 Subject: [PATCH] fix: lint fail --- bin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/index.js b/bin/index.js index 213a6e90..6ecd1a48 100755 --- a/bin/index.js +++ b/bin/index.js @@ -133,7 +133,7 @@ program process.env.PACKAGE = 'production' } - require('./bundle')()({ + require('./bundle')({ analyzer, }) })