From: Jeremy Davis Date: Thu, 13 Jun 2019 07:46:32 +0000 (+0200) Subject: Explicitly use babel compact to avoid the warning X-Git-Tag: 8.0~529 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=324844a198f9ff193b23e055cda72de1af30a15e;p=sonarqube.git Explicitly use babel compact to avoid the warning --- 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',