Hi ,
I have split the themes for admin and front pages. It seems all classes are loading. what happens If I remove './storage/framework/views/*.php' line ? And add theme folder instead ?
I want to know is it required that line?
module.exports = {
content: [
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
'./vendor/laravel/jetstream/**/*.blade.php',
'./storage/framework/views/*.php', // <- is it required?
'./resources/views/**/*.blade.php',
],
..
};