aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.babelrc
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-10-27 13:37:55 +0200
committerGitHub <noreply@github.com>2016-10-27 13:37:55 +0200
commitcae60cc46c6866315699f5106e363410bc0915e6 (patch)
treebe6a29181b2e733be7ab9026edc25b41665d2b26 /server/sonar-web/.babelrc
parentbff5ec56cab23c5a8a59575ea20443230cdfe7ef (diff)
downloadsonarqube-cae60cc46c6866315699f5106e363410bc0915e6.tar.gz
sonarqube-cae60cc46c6866315699f5106e363410bc0915e6.zip
improve front end dx (#1331)
Diffstat (limited to 'server/sonar-web/.babelrc')
-rw-r--r--server/sonar-web/.babelrc28
1 files changed, 0 insertions, 28 deletions
diff --git a/server/sonar-web/.babelrc b/server/sonar-web/.babelrc
deleted file mode 100644
index fb5f2613035..00000000000
--- a/server/sonar-web/.babelrc
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "presets": ["es2015", "es2016", "react"],
- "ignore": [
- "**/libs/**"
- ],
- "plugins": [
- "transform-class-properties",
- "transform-object-rest-spread"
- ],
- "env": {
- "production": {
- "plugins": [
- "transform-react-constant-elements"
- ]
- },
- "development": {
- "plugins": [
- ["react-transform", {
- "transforms": [{
- "transform": "react-transform-hmr",
- "imports": ["react"],
- "locals": ["module"]
- }]
- }]
- ]
- }
- }
-}