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
After upgrading to Angular 9 and building the project, all the files inside the /dist folder at the root level are being cached but not the files that are in the subdirectory for example at location dist/asset/somefile.jpg
After upgrading to Angular 9 and building the project, all the files inside the /dist folder at the root level are being cached but not the files that are in the subdirectory for example at location
dist/asset/somefile.jpg
package.json
"offline-plugin": "^5.0.7",
Sw.js
there is no path with /asset/* is added in the sw.js file.
Loaded offline plugin using the following code
The text was updated successfully, but these errors were encountered: