I'm using the webpack as Vue. When giving npm run build, the manifest.js file is created with the / static / path, while the other files are created with the static path /.
So if I put the application in a subfolder, for example, 127.0.0.1/webapp will point out that the file does not exist why it will look in the root path.
Where in the webpack configuration do I set this configuration?
I'm using vue-cli.