Skip to content

Commit 599820b

Browse files
committed
Don't blacklist es7 class properties
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).
1 parent 3afaf34 commit 599820b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.babelrc

-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
"loose": "all",
44
"plugins": [
55
"dev-expression"
6-
],
7-
"blacklist": [
8-
"es7.classProperties"
96
]
107
}

0 commit comments

Comments
 (0)