当 glob 模式找不到任何匹配的文件时,Workbox 会引发以下错误:
Error: One of the glob patterns doesn't match any files. Please remove or fix the following: {
"globDirectory": "public/",
"globPattern": "dist/dep/**/*.{js,css}",
...
}
在某些情况下,可能期望目录为空(例如,在开发构建文件期间,文件没有被缩小,因为这需要相当长的时间)。一个 env 参数可能会被用作一种解决方法,但如果 Workbox 在没有找到文件时可以优雅地失败,那就太好了。