高频知识点 style-loader style-loader 样式加载器 1 2 3 4 5 6 7 8 9 10 module.exports = { module: { rules: [ { test: /\.css$/i, use: ["style-loader", "css-loader"], }, ], }, }; https://github.com/webpack-contrib/style-loader