diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-11-16 18:01:01 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-11-16 18:01:01 +0100 |
commit | 59da7ea2b4bcdb9f599eefa15a7da4623df28620 (patch) | |
tree | 0d60455fc5a9fd3197fb351a9408e6a5b80acbaa /.babelrc | |
parent | 07b10c6ff7332ac4caf04b7a3103de2baa0ffc43 (diff) | |
download | hesla-59da7ea2b4bcdb9f599eefa15a7da4623df28620.tar.gz |
Prune unused transform babel plugins.
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", |