pwa-module
pwa-module copied to clipboard
Nuxt Manifest publicPath does not change during runtime
In Nuxt 2.15.2 the build/publicPath property is now evaluated during runtime which means we can use this to load assets from an environment specific CDN - thats great.
However while this works for assets, the manifest still comes from the publicPath as at the time of yarn build and is not evaluated during runtime.
It would be great if this would work for the manifest publicPath too, as otherwise the manifest cannot be loaded.
Related to https://github.com/nuxt/nuxt.js/pull/8520
In addition to publicPath, start_url should be changeable at runtime as well.
Why did you close the issue, @tommcclean? Is this fixed?
Must have closed the wrong one, I had several related. Though I stopped using this module months ago
The publicPath in the build property now works; that is what I meant to close.