From c38fb5a47e2a49fd6f6710e0029da159a0bcd3d8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 28 Mar 2019 12:33:33 +0000 Subject: [PATCH] Also watch for resources files --- webpack.mix.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.mix.js b/webpack.mix.js index 5cc4d20f..1dbb4f88 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -11,6 +11,7 @@ mix.disableNotifications() .browserSync({ proxy: 'localhost:8000', files: [ + 'resources/**/*.{css,js,vue}', 'source/**/*.{html,md,twig}', ], notify: false,