aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.babelrc
blob: 8c43a477c182e72caad20a46da48fef84c517f7a (plain)
1
2
3
4
5
6
{
  "presets": ["es2015", "stage-0", "react"],
   "ignore": [
      "**/libs/**"
    ]
}