Stephen Dimmick

Results 1 issues of Stephen Dimmick

`client/main.css` is a standard, non-module stylesheet, but according to the CSS loaders defined in `webpack.config.prod.js`, it appears to be treated as a CSS module: ```js { test: /\.css$/, exclude: /node_modules/,...

V2.6.0