webpack sass-loader not generating a css file

前端 未结 2 827
我在风中等你
我在风中等你 2020-12-13 00:15

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:         


        
2条回答
  •  误落风尘
    2020-12-13 00:56

    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.

提交回复
热议问题