Record the problem of vite packaging error

Project construction (vue3+element-plus+vite)

Error message:

configuration file:

 reason:

My project is not developed using ts, but I added vue-tsc --noEmit when configuring the project

Remove vue-tsc --noEmit and execute it again, that's it.

Guess you like

Origin blog.csdn.net/qq_36821274/article/details/123182391
Recommended