Open alexwebbb opened 7 years ago
When you see those unexpected token errors, it's often because babel isn't loading the correct plugins or they're being loaded in the correct order. It seems to me that, for some reason the "env" preset that loads the es2015 plugin isn't ever being loaded on Windows. I still haven't been able to figure out how it's working elsewhere.
I ended up continuing this course by running it in a create-react-app project. Everything works if you just keep everything in the source folder and be sure to export an App component as the root component at some point
extremely puzzled to find "//" comments in the css file
I get a like 3000+ errors when ESlint runs, lint -- --fix reduces it to like 84 errors
Running Windows 10, my other react apps work just fine.
A small portion of the result of running webpack afterwards