diff options
Diffstat (limited to '.babelrc')
-rw-r--r-- | .babelrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,14 +1,10 @@ { "plugins": [ - "transform-es5-property-mutators", - "transform-es2015-arrow-functions", "transform-es2015-block-scoped-functions", "transform-es2015-block-scoping", "transform-es2015-classes", "transform-es2015-computed-properties", - "transform-es2015-constants", "transform-es2015-destructuring", - "transform-es2015-for-of", "transform-es2015-function-name", "transform-es2015-literals", "transform-es2015-object-super", |