Page 28 'Transform' Section - App.jsx does not compile, needs .bablerc
I had issue with Transform until I added a .babelrc in the project folder and in the file I added
{ "presets": ["react"] }
after the file was added I was able to transform the App.jsx file
The instructions in the book asks you to use the command line parameter --presets react while running babel. That way, you don't have to create the .babelrc file. What you have done is also acceptable. It's great that you were able to figure this out yourself.
I refresh the edit page, but i can get noting. errors say cannot get localhost:8000/issues/app.bundle.js
Can you post your code or github link for review