-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Hi!
We use cache busting, so after deployment path to JS file will looks like this:
/static/ab13c758e1f/app.js
Is it possible to configure WDS + middleware to proxy such URLs for local development?
Currently we see only one way of doing such things - check latest path to the resource and put it to the publicPath
property, but this is flaky as hell and can't be comited :)
Thanks!