Laravel 9 vue with breeze and mix

31 Views Asked by At

`Module parse failed: 'import' and 'export' may appear only with 'sourceType: module' (2:0) File was processed with these loaders:

./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| import '../css/app.css';
| import { createApp, h } from 'vue';

I am getting this error on npm run dev

0

There are 0 best solutions below