我正在使用 gatsby PWA。以下是使用灯箱审核时的错误列表。
问题是我的服务人员没有工作或者没有缓存页面,我确信我的配置有问题gatsby.config.js
。请帮忙
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `gatsby-starter-default`,
short_name: `starter`,
start_url: `/`,
background_color: `#663399`,
theme_color: `#663399`,
display: `minimal-ui`,
icon: `icon.png`, // This path is relative to the root of the site.
},
},
{
resolve: `gatsby-plugin-offline`,
options: {
workboxConfig: {
globPatterns: ["**/*.{js,jpg,png,html,css}"],
},
},
},