0
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 search in the root path.
Where in the webpack configuration I set this configuration?
I’m using the Vue-cli.