nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.24k stars 171 forks source link

Disable hash in manifest file name #491

Open zatorck opened 3 years ago

zatorck commented 3 years ago

Hello.

I'm implementing Trusted Web Activity in shoulders of my Nuxt app.

For this I need stable file name which isn't changing any time.

I can not find a way for doing it for now, so it's feature request I think.

Thanks.

HubUzername commented 2 years ago

Did you solve it? Same request

Fabioni commented 2 years ago

As easy as just changing this line https://github.com/nuxt-community/pwa-module/blob/79322c18a28456a02ef0c3c596dff6cd88389f59/src/manifest.ts#L38

ybhwang commented 1 year ago

As easy as just changing this line

https://github.com/nuxt-community/pwa-module/blob/79322c18a28456a02ef0c3c596dff6cd88389f59/src/manifest.ts#L38

It looks great, but is there any other solution that can be solved through configuration?

niko-la-petrovic commented 3 months ago

I have the same use case. What's the benefit of the path to the manifest being changed with every change in the manifest content? This makes this file untargetable..