Interface: PackagerOptions
Defined in: types.ts:89
Properties
filter?
readonlyoptionalfilter?: (relativePath) =>boolean
Defined in: types.ts:95
Optional callback to omit files from the produced zip (e.g. sourcemaps,
the .astro/ cache, __MACOSX if some upstream tool produced one).
Return true to INCLUDE the file.
Parameters
relativePath
string
Returns
boolean