I need help, I develop web apps using vue 3 and vite, when in development, there is no error, after I build, then run npm run preview, it still run fine, but when I deploy to production environment, it displays a blank page, and in the console displays the following error:
Uncaught TypeError: Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".
is anyone know what is wrong? TIA