Skip to content

Commit

Permalink
feat: do not polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 15, 2017
1 parent 3622089 commit 514a1da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"browsers": [
"last 2 versions"
]
}
},
"useBuiltIns": true
}
]
]
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
[![Twitter Follow](https://img.shields.io/twitter/follow/kuizinas.svg?style=social&label=Follow)](https://twitter.com/kuizinas)

* [Usage](#usage)
* [Events](#events)
* [Events](#events)
* [Polyfills](#polyfills)
* [Examples](#examples)
* [Debugging](#debugging)
* [Download](#download)
Expand Down Expand Up @@ -104,6 +105,12 @@ player.off(listener);

```

## Polyfills

Note that the built version does not inline polyfills.

You need to polyfill the environment locally (e.g. using a service such as https://polyfill.io/v2/docs/).

## Examples

* [Playing a video](./examples/src/playing-video/index.html).
Expand Down

0 comments on commit 514a1da

Please sign in to comment.