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-12 11:15:04 +02:00
Code
Releases
Activity
5a538c3caf
video.js
/
.babelrc
11 lines
100 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
{
feat: Use Rollup to generate dist files (#4301)
2017-05-26 01:40:35 +02:00
"presets": [
chore(babel): Upgrade to Babel 7 (#5498) Use npx babel-upgrade --write --install to initiate the upgrade. Then update grunt and rollup. Decreases minified, gzipped filesize by about 1KB. Decreases build times by a few minutes.
2018-10-12 21:54:51 +02:00
[
"@babel/preset-env",
{
"loose": true
}
]
feat: Use Rollup to generate dist files (#4301)
2017-05-26 01:40:35 +02:00
]
@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