react app not rendering after transpiling with webpack (BabelJS)
问题 I am trying to deploy my react app to heroku, but when using heroku local , only my html renders: <!DOCTYPE html> <html lang="en"> <head> <title>TimeStamp Microservice</title> <style> .App { text-align: center; position: relative; max-width: 900px; margin: 0 auto; margin-top: 16%; } .button { margin-top: 1%; } input { text-align: center; } </style> </head> <body> <div id="root"></div> <script src="app.js"></script> </body> </html> I am confused since I believe I am using the correct rendering