From 20d84e73549776eb0836cd269e84f4e820f05b50 Mon Sep 17 00:00:00 2001 From: Simon vom Eyser Date: Thu, 30 Jul 2020 17:01:12 +0200 Subject: [PATCH] fix(): Make .vue files trigger browsersync reload too (#93) --- build/app.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/app.config.js b/build/app.config.js index 6d3f96d..4da7901 100644 --- a/build/app.config.js +++ b/build/app.config.js @@ -106,6 +106,7 @@ module.exports = merge({ 'app/**/*.php', 'resources/templates/**/*.php', 'resources/assets/js/**/*.js', + 'resources/assets/js/**/*.vue', 'resources/assets/sass/**/*.{sass,scss}', 'resources/assets/images/**/*.{jpg,jpeg,png,gif,svg}', 'resources/assets/fonts/**/*.{eot,ttf,woff,woff2,svg}'