Webpack style-loader vs css-loader

后端 未结 4 650
误落风尘
误落风尘 2020-11-30 16:50

I have two questions.

1) CSS Loader and Style Loader are two webpack loaders. I couldn\'t grasp the difference between the two. Why do I have to use two loaders when

4条回答
  •  独厮守ぢ
    2020-11-30 17:27

    Webpack documentation recommends to combine style-loader with css-loader:

    https://webpack.js.org/loaders/style-loader/

提交回复
热议问题