aboutsummaryrefslogblamecommitdiffstats
path: root/.babelrc
blob: 9b1d5409bc17514a4f52b647a4daa08553acc0bf (plain) (tree)
1
2
3
4
 
                                                                                                                       
                                                                                                
 
{
  "presets": [["env", { "targets": { "browsers": [">0.25%", "not ie 11", "not op_mini all"] } } ], "react", "stage-0"],
  "plugins": ["transform-runtime", "transform-async-to-generator", "transform-class-properties"]
}