mirror of
https://github.com/videojs/video.js.git
synced 2024-12-12 11:15:04 +02:00
c545acdaea
babel-preset-es2015-loose is deprecated as it's now available as an option to the es2015 preset.
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
{
|
|
"presets": [ ["es2015", {"loose": true}] ],
|
|
"plugins": ["transform-es3-property-literals", "transform-es3-member-expression-literals", "inline-json"]
|
|
}
|