Skip to content

Commit f1fdac0

Browse files
committed
Add a umd library target and babel preset settings
1 parent 81582c4 commit f1fdac0

File tree

5 files changed

+126
-44
lines changed

5 files changed

+126
-44
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": ["ie >= 6"]
6+
}
7+
}]
8+
]
9+
}

0 commit comments

Comments
 (0)