I recently worked on a project where I wanted to put a static file hosting on the Node service and access it through the URL to see what it looked like. There was a problem with a page that was written in vue3’s setuo mode and then put into the Node service and it doesn’t show up. And here’s the weird thing: after deleting node_modules, reinstalling it, repackaging it, and putting it on the Node service, the page is accessible, but after changing the vue3 code, repackaging it, and putting it on the Node service, the test about page is displayed.

Local direct scaffolding up services, the About page can be displayed

The second time you pack it and put it on the Node service, the About page doesn’t show

The code is put on Git, the deletion is finished, in five minutes you can test the effect, there is no big guy encountered. Github.com/photon12342…