You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: