I start a new project with Laravel 8 + intertiajs + vue3
I follow the instructions to install mix , then vue3 and then inertiajs
Somehow compiling the assets fails
Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
> <template>
| <div>
| <!-- <Head title="Welcome" /> -->
I ve spent the the last day with this trying everything i found online but nothing works. Downgraded Mix , downgraded vue3, tried new projects. Nothing worked and i am pretty sure it is something stupid and easy i just fail to see cause i never had problems with mix and vue
@tykus done that too but there was no harm retrying. still though the same error
ERROR in ./resources/js/Pages/Test.Vue 1:0
Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
> <template>
| <div>
| <!-- <Head title="Welcome" /> -->