speniti / laravel-mix-workbox

Laravel Mix extension for Workbox
20 stars 5 forks source link

Configure maximumFileSizeToCacheInBytes to change this limit #4

Closed sgurin closed 4 years ago

sgurin commented 4 years ago

Hi,

Can you please help with using plugin. I am trying to use maximumFileSizeToCacheInBytes option for generateSW method. Unfortunately it did not work https://prnt.sc/snfgi4

Does your plugin support maximumFileSizeToCacheInBytes? I found that option supports for injectManifest but I would like to use fully automated mode without writing SW file by myself :)

Thanks, in advice