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
It seems that rewriteAssetPath intentionally accepts and preserves any suffix that does not contain one of: "'()\>=
Possibly there is some reason for this behavior, but I can't imagine what it is, especially since the query string is expected after this arbitrary suffix.
At the very least, it seems wrong to match additional path-like suffixes like:
myapp.js0
myapp.js_alt
myapp.js.other
myapp.js/subfile
The text was updated successfully, but these errors were encountered:
I've stumbled across an issue where:
is replaced with:
It seems that rewriteAssetPath intentionally accepts and preserves any suffix that does not contain one of:
"
'
(
)
\
>
=
Possibly there is some reason for this behavior, but I can't imagine what it is, especially since the query string is expected after this arbitrary suffix.
At the very least, it seems wrong to match additional path-like suffixes like:
The text was updated successfully, but these errors were encountered: