This website requires JavaScript.
Explore
Help
Register
Sign In
web
/
video.js
Watch
1
Star
0
Fork
0
You've already forked video.js
mirror of
https://github.com/videojs/video.js.git
synced
2024-12-29 02:57:21 +02:00
Code
Releases
Activity
d6e56e9222
video.js
/
.babelrc
5 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
@gkatsev updated build system to open es5 folder for bundles and dist folder other users. closes #3445
2016-08-17 23:16:41 +02:00
{
test: fix tests (#3953) * Switch to es3 preset for babel so that it runs last. Plugins run before presets and presets run in reverse order. Also, we ran into a weird bug in babel that causes `default` not to be quoted in some cases (https://github.com/babel/babel/issues/4799) which we've worked around here. * Restore the es-shims for tests and the ie8 fallback script. * Do a null-check around `Player.players`. * use more round fractions (like 0.5 and 1) to avoid rounding issues.
2017-01-19 18:17:46 +02:00
"presets": [ "es3", ["es2015", {"loose": true}] ],
"plugins": ["inline-json"]
@gkatsev updated build system to open es5 folder for bundles and dist folder other users. closes #3445
2016-08-17 23:16:41 +02:00
}
Copy Permalink