mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
313036e132
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.
11 lines
100 B
Plaintext
11 lines
100 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"loose": true
|
|
}
|
|
]
|
|
]
|
|
}
|