aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index e60d303..58a023d 100644
--- a/.babelrc
+++ b/.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"]
}