Reputation: 95
why does my create-react-app break when I delete the index.css file during cleaning the app
Upvotes: 2
Views: 2945
Reputation: 1
Remove the import in the index.js, you'll be good to go.
Upvotes: 0
Reputation: 101
check your index.js file where its import index.css, so remove the reference.
Upvotes: 3