40395a1ff5
- Fix: Replace `list.slash` added in 3.6.10 with `calc` - Chore: Package upgrades - Chore: SASS clean up - Chore: Improvements to style linting
14 lines
376 B
JavaScript
14 lines
376 B
JavaScript
// ==========================================================================
|
|
// Plyr Polyfilled Build
|
|
// plyr.js v3.6.11
|
|
// https://github.com/sampotts/plyr
|
|
// License: The MIT License (MIT)
|
|
// ==========================================================================
|
|
|
|
import 'custom-event-polyfill';
|
|
import 'url-polyfill';
|
|
|
|
import Plyr from './plyr';
|
|
|
|
export default Plyr;
|