Skip to content

Commit

Permalink
fix(demo-ui): offline available pwa config (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Jan 19, 2023
2 parents a883eb6 + 2874859 commit cf5280c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/demo-pwa/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async function buildServiceWorker() {
clientsClaim: true,
skipWaiting: true,
globPatterns: [
'**/*.{js,css,json,png,svg,ico,webp,woff2}',
'**/*.{js,css,json,png,svg,ico,webp,woff2,html}',
],
});

Expand Down

0 comments on commit cf5280c

Please sign in to comment.