diff options
| author | Determinant <ted.sybil@gmail.com> | 2019-02-10 20:01:42 -0500 |
|---|---|---|
| committer | Determinant <ted.sybil@gmail.com> | 2019-02-10 20:01:42 -0500 |
| commit | 8a0f7d58a136e87f71b790bbbb489af111472796 (patch) | |
| tree | 3619963a184bf48f56601cee783eceda861e484f /.babelrc | |
| parent | bc097c38fa76563e7361b2193508a8ce13d73cae (diff) | |
render graph data in background; other improvements
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |