Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assetMap.json replacement is wrong #136

Open
amk221 opened this issue Apr 22, 2020 · 1 comment
Open

assetMap.json replacement is wrong #136

amk221 opened this issue Apr 22, 2020 · 1 comment

Comments

@amk221
Copy link

amk221 commented Apr 22, 2020

For example:

fetch('assetMap.json')

results in

fetch('https://cdn.com/assets/assets/assetMap.json')

...notice assets/assets

when it should be:

fetch('https://cdn.com/assets/assetMap.json')
@amk221
Copy link
Author

amk221 commented Apr 23, 2020

Seems to only be the case when fingerprintAssetMap: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant