In the build –watch process in the Vue + Vite + TS Project – ERROR: Expected “>” but found “/” – error
There are no errors in the build or dev process. However, if I add the –watch parameter, I get the following error. The strange thing is that when I delete it and include another file, it generates the same error in another section there. You can also see the other error. I think there is a problem when parse .vue files but I am not sure. I also include all config files. Does anyone have any information about this?