aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
blob: 78e681f6f5af584bd8f0566f96e67f1b3f270af7 (plain)
1
2
3
4
5
6
7
{
    "env": {
      "test": {
        "plugins": ["@babel/plugin-transform-modules-commonjs"]
      }
    }
  }