Skip to content

Commit 32f30cb

Browse files
committed
Add babel-plugin-transform-runtime to fix old browser compatibility
1 parent bad9a73 commit 32f30cb

File tree

3 files changed

+2580
-368
lines changed

3 files changed

+2580
-368
lines changed

.babelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"browsers": ["last 2 versions", "IE >= 9"]
66
}
77
}]
8-
]
9-
}
8+
],
9+
"plugins": ["transform-runtime"]
10+
}

0 commit comments

Comments
 (0)