-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Open
Labels
Description
Description
if I try to import a language file I got ReferenceError: videojs is not defined
so any lang file should have an import statement befor videojs to fix this.
besides that, a work around could be to provide the pure json files in videojs build.
this also would be great to extend a language during project build.
Steps to reproduce
just do
import videojs from 'video.js';
import 'video.js/dist/lang/de';
Results
Expected
should work as expected
Actual
it breaks
Additional Information
videojs: 6.8.0