aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/babel.config.js')
-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 3359ae2714b..2f732dd1ee9 100644
--- a/server/sonar-web/babel.config.js
+++ b/server/sonar-web/babel.config.js
@@ -12,6 +12,7 @@ module.exports = {
'last 2 Edge versions'
]
},
+ corejs: 3,
useBuiltIns: 'entry'
}
],