Merge pull request #2518 from ethereum/babel

add @babel/plugin-transform-runtime
pull/2522/head
bunsenstraat 3 years ago committed by GitHub
commit 981bdbea0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide/.babelrc

@ -1,4 +1,4 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": ["@babel/plugin-proposal-class-properties"]
"plugins": ["@babel/plugin-proposal-class-properties", "@babel/plugin-transform-runtime"]
}

Loading…
Cancel
Save