module.exports = { content: ['index.html'], css: ['style.css'] }. 然后PurgeCSS 就可以使用此配置文件了:. const purgecss = await new PurgeCSS().purge() // or ...
確定! 回上一頁