Skip to content

Commit

Permalink
Update babel, use loose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Mar 23, 2016
1 parent 439a10e commit 96c66c1
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 316 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"presets": ["airbnb", "stage-0"],
"plugins": [
"add-module-exports"
"add-module-exports",
["transform-es2015-classes", { loose: true }]
]
}
Loading

0 comments on commit 96c66c1

Please sign in to comment.