In the dist directory, the index.html file is linking to:
<link rel="stylesheet" href="/style.1dc133ea.css">
When it should really be:
<link rel="stylesheet" href="./style.1dc133ea.css">
The same applies with my app.js file. I can manually change this each time I save the html file, but it's super annoying. I've seen that the issue is fixed if the html, css and js files are all in the same folder, but this ruins a lot of my organisation, as I prefer to have separate folders for each language.