try changing
mix.version(['public/css/app.css', 'public/js/app.js'], 'public');
to
mix.version(['css/app.css', 'js/app.js']);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community