github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/build-blockchain-insurance-app-master/web/.babelrc (about)

     1  {
     2    "presets": [
     3      [
     4        "env",
     5        {
     6          "targets": {
     7            "node": "6.11.3"
     8          }
     9        }
    10      ]
    11    ],
    12    "sourceMaps": "inline"
    13  }