From 5577508a040443ddfed13294ae84d970193526d3 Mon Sep 17 00:00:00 2001 From: Yongjie Zhao Date: Wed, 5 Jan 2022 11:15:41 +0800 Subject: [PATCH] change comments --- superset-frontend/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js index d27f3b4301217..f97c6d2133b28 100644 --- a/superset-frontend/.eslintrc.js +++ b/superset-frontend/.eslintrc.js @@ -25,7 +25,7 @@ Object.entries(packageConfig.dependencies).forEach(([pkg]) => { } }); -// ignore files when running ForkTsCheckerWebpackPlugin +// ignore files in production mode let ignorePatterns = []; if (process.env.NODE_ENV === 'production') { ignorePatterns = [