I am creating a project using create-react-app where my components make use of third party library. That third party library contains javascript files built using require js. When I am tring to use that library in creat-react-app it's throwing the following error :
Expected imports instead of AMD define() import/no-amd
Line 1:1: 'define' is not defined
Help me out in using requirejs files in create-react-app.
I also went through this link but didn't find solution