I wanted to be able to use custom SCSS for my application rather than the inline JSS styles. However when i tried to set up ExtractTextWebpackPlugin I am unable to generate a CSS file when running yarn dev:start.
yarn dev:wds does not throw any errors but the CSS file ends up giving me a 404 in the console.
Bug/improvement
Chapter: 4/8
I wanted to be able to use custom SCSS for my application rather than the inline JSS styles. However when i tried to set up ExtractTextWebpackPlugin I am unable to generate a CSS file when running yarn dev:start.
yarn dev:wds does not throw any errors but the CSS file ends up giving me a 404 in the console.
Webpack file:
render-app file