Skip to content

Commit

Permalink
Added wasm to list of glob file types
Browse files Browse the repository at this point in the history
  • Loading branch information
tracygardner committed Jul 19, 2024
1 parent 5cd0bdf commit 4e60151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
workbox: {
maximumFileSizeToCacheInBytes: 15000000,
globPatterns: [
'**/*.{js,css,html,ico,png,svg,glb,gltf,ogg}'
'**/*.{js,css,html,ico,png,svg,glb,gltf,ogg,wasm}'
],
modifyURLPrefix: isProduction ? {
'': '/flock/' // Prepend the base URL to all cached assets in production
Expand Down

0 comments on commit 4e60151

Please sign in to comment.