var autoprefixer = require("autoprefixer"); module.exports = { plugins: [ autoprefixer({ browsers: ["last 5 version"] }) ] }; 複製代碼