aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.babelrc
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-12-15 14:53:36 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-12-15 14:53:36 +0100
commit5d2c52a27a15cb4546a301ff989ae34ea2c1e98c (patch)
treebcbee36ef90d714e585a542cf57b1a0db53ff67a /server/sonar-web/.babelrc
parent075f913eff761b6ab817fcb77a10c875f49f4cb5 (diff)
downloadsonarqube-5d2c52a27a15cb4546a301ff989ae34ea2c1e98c.tar.gz
sonarqube-5d2c52a27a15cb4546a301ff989ae34ea2c1e98c.zip
upgrade to babel 6
Diffstat (limited to 'server/sonar-web/.babelrc')
-rw-r--r--server/sonar-web/.babelrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/sonar-web/.babelrc b/server/sonar-web/.babelrc
new file mode 100644
index 00000000000..dbaabd522d5
--- /dev/null
+++ b/server/sonar-web/.babelrc
@@ -0,0 +1,6 @@
+{
+ "presets": ["es2015", "react"],
+ "ignore": [
+ "**/libs/**"
+ ]
+}