module.exports = { module: { rules: [ { test: /\.css$/, use: [ 'style-loader', 'css-loader' ] } ] } }. ##. 你也可以直接将css-loader 的结果作为字符串使用, ...
確定! 回上一頁