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();