I am attempting to make a React application that I am developing isomorphic. One of the known problems with doing this is that webpack loaders allow import/require
The answer is not to use style-loader in your server build: its sole purpose is to take CSS, turn it into a <style> element, and insert it into the DOM. Most people seem to use the ExtractTextPlugin to collect their CSS for inclusion on the server side.