HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/propbase/propbase_website/node_modules/uncontrollable/.babelrc
{
  "presets": [
    [
      "jason",
      {
        "debug": true,
        "targets": {
          "browsers": [
            ">= .25%",
            "ie 11",
            "not dead",
            "not op_mini all",
            "not Android 4.4.3-4.4.4",
            "not ios_saf < 10",
            "not Chrome < 50", // caniuse lastest is reporting chrome 29
            "firefox ESR"
          ]
        }
      }
    ],
    "@babel/preset-typescript"
  ],
  "env": {
    "esm": {
      "presets": [
        [
          "jason",
          {
            "modules": false,
            "targets": {
              "browsers": [
                ">= .25%",
                "ie 11",
                "not dead",
                "not op_mini all",
                "not Android 4.4.3-4.4.4",
                "not ios_saf < 10",
                "not Chrome < 50", // caniuse lastest is reporting chrome 29
                "firefox ESR"
              ]
            }
          }
        ]
      ]
    }
  }
}