interface CacheAssetsOptions {
    buildPath?: string;
    cacheName?: string;
}

Properties

buildPath?: string

The path prefix for all build assets, if you used a subdomain ensure this is only the pathname part.

"/build/"
cacheName?: string

The name of the cache to use inside the browser Cache Storage

"assets"