Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match all files in public folder for sw.js (mui#187)
Currently, only first-level content of public folder will be included in sw.js, including folders. This way, only files, including nested ones, will be included. Also, don't use basename as it doesn't play nicely with deep files, instead use path.relative()
- Loading branch information