Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #113 from nextcloud/bugfix/noid/ie-compat
Browse files Browse the repository at this point in the history
Make videoplayer compatible with IE11
  • Loading branch information
juliusknorr authored Feb 28, 2019
2 parents 05cf1e3 + 7b0b4a4 commit 64d1e84
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"targets": {
"browsers": [
"last 2 versions",
"ie >= 11"
]
}
}
]
],
"plugins": [
"@babel/plugin-syntax-dynamic-import"
]
Expand Down
4 changes: 2 additions & 2 deletions js/main.js

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

Loading

0 comments on commit 64d1e84

Please sign in to comment.