UNPKG

farm-plugin-pwa

Version:

A pwa rust plugin for farm

9 lines (8 loc) 176 B
export interface IPluginOptions { scope?: string; sw_name?: string; cache_name?: string; static_files?: string[]; patten?: string; manifest?: Record<string, any> }