Update .babelrc

apitest
bunsenstraat 2 years ago committed by GitHub
parent ce5a67805a
commit 45b232d7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      apps/remix-ide-e2e/src/local-plugin/.babelrc

@ -1,9 +1,4 @@
{
"presets": ["@babel/preset-env", ["@babel/preset-react",
{"runtime": "automatic"}
]],
"plugins": ["@babel/plugin-proposal-class-properties", "@babel/plugin-transform-runtime", "@babel/plugin-proposal-nullish-coalescing-operator"],
"ignore": [
"**/node_modules/**"
]
}
"presets": ["@nrwl/react/babel"],
"plugins": []
}

Loading…
Cancel
Save