webpack.config.js module.exports = { module: { rules: [ { test: /\.css$/, use: [ 'style-loader', 'css-loader' ] } ] } }. 在你的程序中 import css from ...
確定! 回上一頁