diff --git a/stubs/inertia/tailwind.config.js b/stubs/inertia/tailwind.config.js index d90e09fed..a1c2488a5 100644 --- a/stubs/inertia/tailwind.config.js +++ b/stubs/inertia/tailwind.config.js @@ -1,7 +1,7 @@ const defaultTheme = require('tailwindcss/defaultTheme'); module.exports = { - purge: ['./storage/framework/views/*.php', './resources/js/**/*.vue'], + purge: ['./storage/framework/views/*.php', './resources/views/**/*.blade.php', './resources/js/**/*.vue'], theme: { extend: {