Created by: patrickhulce
Turns on source maps for CSS loader in development webpack config.
Benefit is that styles pane in DevTools can now show the path to the source file with link to surrounding content instead of just <style>...</style>
. Turning on the sourceMap flag for postCSSLoaderOptions
as well seemed to mutate the path and remove the "src" directory bit (and also doesn't match the prod config), so avoided that.