path variable 404
[issue link]Hi,
I have a js file in which I try to set a path variable like:
const MANIFEST = {
path: 'assets/something/',
}
However, whatever I put as the path it always ends in 404’s, even tho the path that is output looks correct to me like:
http://localhost:3000/assets/something/....
Any idea why?