Proxy Content from URL with Webpack Dev Server
An application I'm working with has a large amount of static files (path starting with '/files/' ) deployed on a mounted volume in Docker . They are subsequently served via nginx . for local development, I thought of two options: Add files to the local dev server (e.g. copy assets) Build a proxy…