Closed giuseppe-cavallaro-ba closed 7 years ago
Please switch to CDN. I will drop the VideoJS files in the next version. It is much easier in the development workflow of the extension...
Fixed in current master. There was a wrong package in the extension. Switch the package to distribution package, adapt paths and also update to 6.2.8
You fixed the path to the js files, but forgot the css file.
html5videoplayer/Resources/Public/video.js-6.2.7/video-js.min.css
Also I'm getting a Unexpected token import Error on the first import line of the video.js file.
import {version} from '../../package.json';
Any Ideas for this?