Skip to content

Commit d8e0f78

Browse files
committed
Fix IE11 support
1 parent 45e28a5 commit d8e0f78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.babelrc-npm.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"plugins": [
33
"@babel/plugin-transform-typescript",
4-
"./resources/inline-invariant"
4+
"./resources/inline-invariant",
5+
["@babel/plugin-transform-classes", { "loose": false }]
56
],
67
"env": {
78
"cjs": {

0 commit comments

Comments
 (0)