summaryrefslogtreecommitdiffstats
path: root/server/sonar-web
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2019-06-13 09:46:32 +0200
committersonartech <sonartech@sonarsource.com>2019-06-28 08:45:42 +0200
commit324844a198f9ff193b23e055cda72de1af30a15e (patch)
tree78f6355b431d57ac6b2d712aa9b124d755d4c4aa /server/sonar-web
parentcb944cf1ff0459a8b457680fcae22ce4264aba02 (diff)
downloadsonarqube-324844a198f9ff193b23e055cda72de1af30a15e.tar.gz
sonarqube-324844a198f9ff193b23e055cda72de1af30a15e.zip
Explicitly use babel compact to avoid the warning
Diffstat (limited to 'server/sonar-web')
-rw-r--r--server/sonar-web/babel.config.js1
1 files changed, 1 insertions, 0 deletions
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',