Skip to content

Commit

Permalink
Add a umd library target and babel preset settings
Browse files Browse the repository at this point in the history
  • Loading branch information
blazzy committed Sep 13, 2017
1 parent 81582c4 commit f1fdac0
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 44 deletions.
9 changes: 9 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"presets": [
["env", {
"targets": {
"browsers": ["ie >= 6"]
}
}]
]
}
Loading

0 comments on commit f1fdac0

Please sign in to comment.