Answers for "You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file laravel"

PHP
0

You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file laravel

in your webpack.mix.js add the .vue() after mix.js('resources/js/app.js', 'public/js') so the final result should be like this mix.js('resources/js/app.js', 'public/js').vue();
Posted by: Guest on June-29-2021

Code answers related to "You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file laravel"

Browse Popular Code Answers by Language