Colt/webpack-demo-app

Problems displaying the bootstrap styles

esphiritu opened this issue · 0 comments

Hi, I followed the video up to part 7 (commit 9), but I'm having two problems right now. One, when I run 'npm start', Webpack doesn't create the Dist folder and only opens the html file in the browser but doesn't display any styles from bootstrap nor the inputs fields work at all.
In production mode, it does creates the Dist folder but the styles and the input fields are not working.
I checked the source code (html) after running both scripts (build and start). The main.css is created ( main.[contentHash].css also ), and is injected at the bottom of the code, but it doesn't execute the script.
Any idea why it's happening this? Thanks in advance!