Skip to content

Commit dfdc13e

Browse files
authored
Merge pull request #117 from amplitude/library-target-and-babel-rc
Add a umd library target and babel preset settings
2 parents 81582c4 + f1fdac0 commit dfdc13e

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)