I am trying to load papa parse min js file using requirejs but I am getting:
ReferenceError: Papa is not defined
I had checked Net section in console and it is displaying that papa parse min js loaded but it is not working in my website.
Am I doing anything wrong?
Use shim like this:
and then use it in your module like this: