After I run npm run build,
npm run build
package.json
"scripts": { ... "build": "react-scripts build" },
When I go to index.html, nothing inside the <div id="root"></div>.
index.html
<div id="root"></div>
When I open index.html
When I inspect the index.html, the console show errors
How can I solve it?