From 324844a198f9ff193b23e055cda72de1af30a15e Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Thu, 13 Jun 2019 09:46:32 +0200 Subject: [PATCH] Explicitly use babel compact to avoid the warning --- server/sonar-web/babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/sonar-web/babel.config.js b/server/sonar-web/babel.config.js index 2f732dd1ee9..d79c56f56fc 100644 --- a/server/sonar-web/babel.config.js +++ b/server/sonar-web/babel.config.js @@ -1,4 +1,5 @@ module.exports = { + compact: true, presets: [ [ '@babel/preset-env', -- 2.39.5