Closed userquin closed 1 year ago
With this PR we can use generateSW strategy, but using injectManifest (custom ts sw), Rollup unable to generate proper sw output.
generateSW
injectManifest
With this PR dev server working with both strategies: to switch to generateSW just comment strategies and filename in pwa options.
strategies
filename
/cc @benmccann
closes #21 supersedes #30
@benmccann simplified version to switch between strategies: just modify pwa.mjs flag.
pwa.mjs
I'm going to remove the new option latestKit...
latestKit
With this PR we can use
generateSW
strategy, but usinginjectManifest
(custom ts sw), Rollup unable to generate proper sw output.With this PR dev server working with both strategies: to switch to
generateSW
just commentstrategies
andfilename
in pwa options./cc @benmccann
closes #21 supersedes #30