I'm importing from npm, ESM code that imports other ESM by URL reference.
Framework is rewriting those URLs so that they are invalid and I get 404s in my build.

In dev mode URLs aren't rewritten and my code loads correctly.
Not sure if Framework wants to traverse remote URLs or probably just avoid rewriting them.