aboutsummaryrefslogtreecommitdiffstats
path: root/web/.babelrc
diff options
context:
space:
mode:
authorJason <jason.daurus@gmail.com>2016-03-10 21:40:07 +0800
committerJason <jason.daurus@gmail.com>2016-03-10 21:40:07 +0800
commit1c0496e051d8b1af297138732475b1689ada5eb8 (patch)
tree7a2134ac48cce29694313e5a5b3105f2cf7e93ff /web/.babelrc
parentb413a052f96896d387f58e903203cf2e29c6f1f6 (diff)
downloadmitmproxy-1c0496e051d8b1af297138732475b1689ada5eb8.tar.gz
mitmproxy-1c0496e051d8b1af297138732475b1689ada5eb8.tar.bz2
mitmproxy-1c0496e051d8b1af297138732475b1689ada5eb8.zip
[web] VirtualScroll and AutoScroll helper
Diffstat (limited to 'web/.babelrc')
-rw-r--r--web/.babelrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/.babelrc b/web/.babelrc
index facd1809..5dd7708c 100644
--- a/web/.babelrc
+++ b/web/.babelrc
@@ -1,3 +1,4 @@
{
- "presets": ["es2015", "react"]
+ "presets": ["es2015", "react"],
+ "plugins": ["transform-class-properties"]
} \ No newline at end of file