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

PHP
3

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 "laravel you may need an appropriate loader to handle this file type, currently no loaders are configured to process this fil"

Browse Popular Code Answers by Language