DEV Community

Discussion on: How to create a React app without using create-react-app | a step by step guide

Collapse
 
stuartambient profile image
stuartambient • Edited

Slight change required on my end - in webpack.config.js entry: './index.js'

Collapse
 
ivadyhabimana profile image
Ivad Yves HABIMANA

Actually your version is more correct as we have to specify the path tou our entry file which should be ./index.js. Thanks for mentioning @stuartambient