catamphetamine / webpack-react-redux-server-side-render-example

A sample React/Redux/Webpack project with Server-Side Rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No styling in development mode

rosscourt opened this issue · comments

When I access the app after running npm run dev no styling is loaded.

Styling does work when running as npm run production.

Am I missing something?

What do you mean by "no styling is loaded"?

Turns out my corporate proxy was silently blocking the CSS file.

Didn't like the use of 127.0.0.1, changing the host values in "configuration.defaults.js" to localhost solved this for me.