Interface: InjectManifestModeConfig
Extends
Properties
filename?
optionalfilename:string
Default Value
Inherited from
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
Inherited from
minify?
optionalminify:boolean
mode
mode:
"injectManifest"
srcFile
srcFile:
string
path to your sw relative to the project root
Examples
workboxOptions?
optionalworkboxOptions:WorkboxInjectManifestOptions