Issue upgrading to react client

0
When I heard there was a react only client option, I was excited to try it. We have a starter app that we use internally, so I upraded every module and replaced every widget. I made sure to turn on the react client: However, when I run it, the app just stays blank with the following error:     Looking into it, the build process does not seem to take into account the migration at all. It is still creating a dojo-web folder in the deployment folder, even if I try to clean the folder, and the scripts it uses still have Dojo. So what do I need to do to complete this migration? There were no other steps in the documentation I found.   Any help would be appreciated! Thanks.   I am using version 10.12.13
asked
1 answers
0

I'm pretty sure I figured it out, the issue is the custom index.html file i'm using, I'll attempt to modify it and trt again

answered