module.exports = { content: [ './public/index.html', './src/**/*.{html,js}', ], // ... } If you have any JavaScript files that manipulate your HTML to add ...
確定! 回上一頁