diff --git a/.babelrc b/.babelrc
index 41789ca..24938ff 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,5 +1,5 @@
{
"presets": ["es2015", "stage-2"],
- "plugins": ["transform-runtime"],
+ "plugins": ["transform-runtime", "transform-object-rest-spread"],
"comments": false
}
diff --git a/dev.html b/dev.html
index 8425919..f39b5e6 100644
--- a/dev.html
+++ b/dev.html
@@ -39,6 +39,16 @@
+
+
+
+ {{option.label}}
+
+
+
+ {{option.label}} ({{option.value}})
+
+