From 27cd2c06db42a7c3a7835701c33849997002bdab Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 21 Jan 2022 19:23:01 +0800 Subject: [PATCH] add vue versions for cache issues --- resources/views/vendor/js.blade.php | 2 +- webpack.mix.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/vendor/js.blade.php b/resources/views/vendor/js.blade.php index a761d204..9adee26b 100644 --- a/resources/views/vendor/js.blade.php +++ b/resources/views/vendor/js.blade.php @@ -7,6 +7,6 @@ ]) !!}; - + {{--END VENDOR JS--}} \ No newline at end of file diff --git a/webpack.mix.js b/webpack.mix.js index 5f837285..59d5e97a 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -11,4 +11,4 @@ const mix = require('laravel-mix'); | */ -mix.js('./resources/assets/vue/app.js', 'public/vue'); +mix.js('./resources/assets/vue/app.js', 'public/vue').version();