Browse Source

add stage-2 preset

stage 2 preset is a devDependency but was missing from babelrc. Should be included for the object spread operator
pull/33/head
Thorsten Lünborg 9 years ago
committed by GitHub
parent
commit
7b45fbbdb1
  1. 2
      template/.babelrc

2
template/.babelrc

@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["es2015", "stage-2"],
}
Loading…
Cancel
Save