Skip to content

Commit c295d65

Browse files
committed
switch es5 compilation to babel-preset-env
1 parent b748c24 commit c295d65

File tree

4 files changed

+638
-262
lines changed

4 files changed

+638
-262
lines changed

.babelrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"presets": [
3+
["env", {
4+
"targets": {
5+
"browsers": ["last 2 versions", "IE >= 9"]
6+
}
7+
}]
8+
]
9+
}

0 commit comments

Comments
 (0)