aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-02-10 20:01:42 -0500
committerDeterminant <ted.sybil@gmail.com>2019-02-10 20:01:42 -0500
commit8a0f7d58a136e87f71b790bbbb489af111472796 (patch)
tree3619963a184bf48f56601cee783eceda861e484f /.babelrc
parentbc097c38fa76563e7361b2193508a8ce13d73cae (diff)
render graph data in background; other improvements
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"]
}