Open julienw opened 3 years ago
Hey! Thanks for this great package.
I noticed that onInstalling isn't called, it looks like ignoreInstalling is set to true and then never changed. See https://github.com/NekR/offline-plugin/blob/2b51a89aba53fcf1603786f86a75e6f25fd03721/tpls/runtime-template.js#L56
onInstalling
ignoreInstalling
true
Is there a way to set this to false or am I missing something?
false
Happy to provide a patch with some rough guidance about what to do here.
Hey! Thanks for this great package.
I noticed that
onInstalling
isn't called, it looks likeignoreInstalling
is set totrue
and then never changed. See https://github.com/NekR/offline-plugin/blob/2b51a89aba53fcf1603786f86a75e6f25fd03721/tpls/runtime-template.js#L56Is there a way to set this to
false
or am I missing something?Happy to provide a patch with some rough guidance about what to do here.