Skip to content

Commit

Permalink
chore: set service worker rollup format to iife
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas committed Oct 12, 2023
1 parent d53462e commit 02974c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default defineConfig({
globPatterns: [
'**/*.{js,css,html,ttf,woff,woff2,wasm}'
],
maximumFileSizeToCacheInBytes: 4 * 1024 ** 2
maximumFileSizeToCacheInBytes: 4 * 1024 ** 2,
rollupFormat: 'iife'
},
manifest: {
name: 'fluidd',
Expand Down

0 comments on commit 02974c8

Please sign in to comment.