fix(stage-web): increase maximum file size to cache
This commit is contained in:
@@ -113,6 +113,9 @@ export default defineConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
workbox: {
|
||||
maximumFileSizeToCacheInBytes: 64 * 1024 * 1024,
|
||||
},
|
||||
})]),
|
||||
|
||||
// https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n
|
||||
|
||||
Reference in New Issue
Block a user