Satish Kaladagimath

Results 2 comments of Satish Kaladagimath

@vishaldj88 I am also getting the same error. but I was not able to figure where did you replace / with \ for windows. Below is my package.json and webpack.config.js...

@KidusMT I changed as below, in package.json After change : ``` "scripts": { "start": "npm run build", "build": "webpack -d && copy src\\index.html dist\\index.html /Y && webpack-dev-server --content-base src/ --inline...