file.js. import css from "file.css";. webpack.config.js. module.exports = { module: { rules: [ { test: /\.css$/i, use: ["style-loader", "css-loader"], } ...
確定! 回上一頁