Skip to content
Snippets Groups Projects
.babelrc 101 B
Newer Older
  • Learn to ignore specific revisions
  • Nayeem Rahman's avatar
    Nayeem Rahman committed
    {
      "env": {
        "test": {
          "plugins": ["@babel/plugin-transform-modules-commonjs"]
        }
      }
    }