Qiutianbo

Results 4 comments of Qiutianbo

same as you,and I use the "vite": "^2.8.0" "vue": "^3.2.25", without Typescript

I solved this proble with #1269 - Use ``` import * as mqtt from 'mqtt/dist/mqtt.min';``` - Add ```"skipLibCheck": true ```to your tsconfig.json - Create a shims-mqtt.d.ts with ``` declare module...

> Testing with is awesome. But only supports Vite's configuration. This is where the difficulty lies. I'm also trying to optimize this so that developers can test more easily. Maybe...