aboutsummaryrefslogtreecommitdiffstats
path: root/.babelrc
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-11-16 18:01:01 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-11-16 18:01:01 +0100
commit59da7ea2b4bcdb9f599eefa15a7da4623df28620 (patch)
tree0d60455fc5a9fd3197fb351a9408e6a5b80acbaa /.babelrc
parent07b10c6ff7332ac4caf04b7a3103de2baa0ffc43 (diff)
downloadhesla-59da7ea2b4bcdb9f599eefa15a7da4623df28620.tar.gz
Prune unused transform babel plugins.
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.babelrc b/.babelrc
index 8e43e96..414ede1 100644
--- a/.babelrc
+++ b/.babelrc
@@ -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",