I can\'t figure out how to render a css file with the webpack sass-loader.
Here\'s what my webpackconfig.js looks like:
module.exports = { context:
Using TypeScript and coming across similar issue, I discovered that the 'scss' file import should be in the index file that Webpack is starting at.
Import in index.ts rather than in an inner module.