I am a beginner in asp.net core and React.js, I have a problem in developing a web app using Visual Studio 2017, web API using asp.net core and front end using React. I try to use Grid from Devexpress to build a grid view then come out an error which is same as TypeError: __webpack_require__.i(...) is not a function
After I add in the same code as shown in the solution provided in the link above another error come out:
Uncaught Error: Cannot find module "./routes"
How can I solve this error?