I just created an application named webpack starter, i face two issues - 1. if app is hosted only html is rendered but no css, js is not applied. 2. if i didn't add redirects netlify shows page not found error . Please help me to fix this issue for deploy

Repository link: https://github.com/Prakash-Ravichandran/webpack_configuration


Repository link

Try adding webpack to dependencies instead of devDependencies in your package.json: webpack_configuration/package.json at master · Prakash-Ravichandran/webpack_configuration (github.com)

if app is hosted only html is rendered but no css, js is not applied.

see my dev output image in my readme.md

Change publish directory to dist here: Build & deploy | Site configuration | webpack-demoapp | Netlify

@hrishikesh thank you website hosted.