Interface: SharedSwConfig
Extended by
Properties
filename?
optionalfilename:string
Default Value
include?
optionalinclude:string[] | (assets) =>string[]
This array will be passed to workbox globPatterns. By default all assets bundled by rsbuild are included plus sw registration script and web app manifest
Examples
includeWebAppManifestIcons?
optionalincludeWebAppManifestIcons:boolean|number[]
should precache the icons defined in WebAppManifestConfig? it can be a boolean or an array of the icons' indexes that should be precached.