erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Error injecting CSS into react toolbox component #1359

Open guymorita opened 7 years ago

guymorita commented 7 years ago

image

It runs fine in development but in production it can't locate the scss file. This only happens with React Toolbox components and not with others. Is there a webpack configuration I'm missing? Thanks.