From 763cc2d38cd41678c925e1e39baad0a5ec75057e Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 21 Jan 2022 19:23:15 +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 71ad8ef5..01dcbd11 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();