webpack.config.js module.exports = { module: { rules: [ { test: /\.css$/, use: [ 'style-loader', 'css-loader' ] } ] } }. ##. You can also use the css-loader ...
確定! 回上一頁