Ihatetomatoes / webpack-101-bootstrap

Learn how to load Twitter Bootstrap with Webpack 2 and bootstrap-loader.
22 stars 76 forks source link

npm run prod, doesn't apply sass #6

Closed c29130811 closed 1 month ago

c29130811 commented 6 years ago

Following a project you watched youtube.

The sass of react-bootstrap of tags in index.js does not apply.

However, it is applied in npm run dev.

Thank you for your comment.

ronjb04 commented 6 years ago

I am having the same issue.. CSS is missing for the modal on run prod, but on dev its there.. where the modal shows up properly. Any solution for this yet?