I am new in using requirejs(2.1.19). Currently i am developing an app using it. My problem what happens if some user already have requirejs(<2.1.19) on its page. It means two versions of requirejs is being loaded which will result a conflict. How to deal with this problem. So that my app overrrides the requirejs used by users.
I want that if user already have requirejs. It uses that js otherwise it uses requirejs which i serve Is there a way to do so ????