aboutsummaryrefslogblamecommitdiffstats
path: root/library/cropperjs/.babelrc
blob: 6909c9dc9bb94b3adc02cd3147a6d9da2f056499 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                  
{
  "presets": [
    ["env", {
      "modules": false,
      "targets": {
        "browsers": ["last 2 versions", "ie >= 9"]
      }
    }]
  ]
}