You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| descriptionFiles |["package.json"]| A list of description files to read from |
193
193
| modules |["node_modules"]| A list of directories to resolve modules from, can be absolute path or folder name |
194
194
| cachePredicate | function() { return true }; | A function which decides whether a request should be cached or not. An object is passed to the function with `path` and `request` properties. |
195
195
| cacheWithContext | true | If unsafe cache is enabled, includes `request.context` in the cache key |
0 commit comments