Skip to content

Commit

Permalink
Added IE11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
shivensinha4 committed Apr 21, 2020
1 parent de6bddb commit 148498d
Show file tree
Hide file tree
Showing 8 changed files with 1,074 additions and 901 deletions.
9 changes: 5 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
"targets": {
"ie": 11
}
}
]
],
"plugins": ["istanbul"]
}
]
}
459 changes: 33 additions & 426 deletions .idea/workspace.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blog</title>
</head>
<body>
<div
Expand Down
Loading

0 comments on commit 148498d

Please sign in to comment.