I have created a vite project, with the next steps:
yarn create vite xxx --template react-ts
//only as strutureyarn add -D vite-plugin-mix
yarn run dev
Error: TypeError: mix is not a function
I have printed the mix variable and show:
import mix from 'vite-plugin-mix';
console.log('>>>', mix)
yarn run v1.22.19
$ vite
>>> {
default: [Function: index],
vercelAdapter: [Function: vercelAdapter]
}
I have create a empty project and the error throws too.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too