Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Don't blacklist es7 class properties
Browse files Browse the repository at this point in the history
Since we're not using ES6 classes, this isn't a problem anymore. Future usage will break IE8, but that's only if we switch back to classes or explicitly want to drop IE8 support (which it seems like we might at some point anyways).
  • Loading branch information
timdorr committed Dec 7, 2015
1 parent 3afaf34 commit 599820b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
"loose": "all",
"plugins": [
"dev-expression"
],
"blacklist": [
"es7.classProperties"
]
}

0 comments on commit 599820b

Please sign in to comment.