I'm running a SPA using Compose Web. If I navigate...
# compose-web
s
I'm running a SPA using Compose Web. If I navigate to another route like
locahost:3000/route1
, and I'm using
--continuous
, I lose the ability to load my page. Is there a way to have the dev server route all requests to a single file?
b
s
Didn't realize it was a webpack server. Thanks