vue-phaser3
vue-phaser3 copied to clipboard
Build deploy fix
fix for deployed builds not loading in browser
Hi, thx for the PR. As I understand you want to deploy your site at a domain different from root? Looking at the Vue CLI docs:
The value can also be set to an empty string ('') or a relative path (./) so that all assets are linked using relative paths. This allows the built bundle to be deployed under any public path, or used in a file system based environment like a Cordova hybrid app.
Besides that, why the lockfile updates?
Cheers