aboutsummaryrefslogblamecommitdiffstats
path: root/library/cropperjs/.babelrc
blob: c670712216bfbf40c7da535b1c4906465424cabb (plain) (tree)
1
2
3
4
5
6
7

              



                          
       








                  
 
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "modules": false
      }
    ]
  ],
  "env": {
    "test": {
      "plugins": [
        "istanbul"
      ]
    }
  }
}