what is the requireJs alternative?

I have a dependency called videojs that needs global/window.
however that doesn't exist and I found an issue (https://github.com/videojs/video.js/issues/5680#issuecomment-570120497) that shows a fix but it requires requirejs.
GitHub
Description package with requirejs make errors. Uncaught Error: Script error for: global/window Uncaught Error: Script error for: global/document my mainConfigFile like this requirejs.config({ path...
Was this page helpful?