You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when I added VueSSRServerPlugin to webpack, only a json file was generated,my server.js disappeared.
So should I run webpack twice?the first time it generates a json file, and the second time it generates server.js file?
It looks not convenient.