我已经将manifest.json的“起始URL”和“范围”设置为网站的根。
"start_url": "./index.html?addToHome=true",
"scope": "./",
但是我希望它忽略位于此根目录下的特定文件夹。 有办法吗?
_ website-directory
|_ /other-app/ (how to ignore this?)
|_ index.js
|_ index.html
|_ manifest.json
答案 0 :(得分:1)
我认为它们不是排除特定文件夹的方法,但是您可以提供类似"scope": "/myapp/"
的相对路径