Skip to content

Commit

Permalink
add stage-2 preset
Browse files Browse the repository at this point in the history
stage 2 preset is a devDependency but was missing from babelrc. Should be included for the object spread operator
  • Loading branch information
LinusBorg committed Jan 20, 2017
1 parent 84d3390 commit 7b45fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.babelrc
@@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["es2015", "stage-2"],
}

0 comments on commit 7b45fbb

Please sign in to comment.