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
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
As I understand, this plugin right now only reads from webpack output publicPath.
One use case for this is that site assets are served at CDN but would like to serve manifest.json under own site (i.e. non-CDN). At current configuration, where manifest.json is served at CDN (which has different origin from own site's origin), Chrome will throw this warning: Manifest: property 'start_url' ignored, should be same origin as document. at console.
I realized that there is no way to specify custom publicPath yet for this plugin and would like to have that option.
Thanks
The text was updated successfully, but these errors were encountered:
kenrick95
changed the title
Specify custom publicPath
Custom publicPath option
Aug 29, 2017
As I understand, this plugin right now only reads from webpack output
publicPath
.One use case for this is that site assets are served at CDN but would like to serve manifest.json under own site (i.e. non-CDN). At current configuration, where manifest.json is served at CDN (which has different origin from own site's origin), Chrome will throw this warning:
Manifest: property 'start_url' ignored, should be same origin as document.
at console.I realized that there is no way to specify custom
publicPath
yet for this plugin and would like to have that option.Thanks
The text was updated successfully, but these errors were encountered: