ukuyoma theophilus
ukuyoma theophilus

Reputation: 95

Create-react-app breaks when i delete index.css

why does my create-react-app break when I delete the index.css file during cleaning the app

Upvotes: 2

Views: 2945

Answers (2)

Xedera
Xedera

Reputation: 1

Remove the import in the index.js, you'll be good to go.

Upvotes: 0

Mohammad Manzoor Alam
Mohammad Manzoor Alam

Reputation: 101

check your index.js file where its import index.css, so remove the reference.

Upvotes: 3

Related Questions