🔥 improve: no need to watch tailwind.config.js (#3000)

Co-authored-by: Kelly Mears <developers@tinypixel.dev>
This commit is contained in:
Ben Word
2022-03-05 09:41:56 -06:00
committed by GitHub
parent 7a89349347
commit cf2dc5430a

View File

@@ -25,11 +25,7 @@ module.exports = async (app) => {
* These files will trigger a full page reload
* when modified.
*/
.watch([
'tailwind.config.js',
'resources/views/**/*.blade.php',
'app/View/**/*.php',
])
.watch('resources/views/**/*', 'app/**/*')
/**
* Target URL to be proxied by the dev server.