This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency offline-plugin from
^4.8.5
to^5.0.0
Release Notes
v5.0.2
Compare Source
Fixes incompatibility with
hard-source-webpack-plugin
by utilizing newer (webpack 2+) loaders injection into NFM "after-resolve"https://github.com/mzgoddard/hard-source-webpack-plugin/issues/289
v5.0.1
Compare Source
Fix usage of the plugin without options #377
v5.0.0
Compare Source
v5.0.0 🎉
Breaking changes:
AppCache: true
or more detailedAppCache
optionsServiceWorker.navigateFallbackURL
andServiceWorker.navigateFallbackForRedirects
have been deprecated since4.9.0
and now are dropped. UseappShell
option instead. Also see updated SPA example withappShell
option #335ServiceWorker.prefetchRequest.credentials
is now default to'same-origin'
Updates
ServiceWorker.updateViaCache
option (reflecting the same option on ServiceWorker'sregister()
method)additional
caches not being added at all when one of them failed to load, preventing caches from being updated/refetched laterMany thanks to @ykzts for his great work on porting
minify
option andUglifyJsPlugin
in general to work together withoffline-plugin
and webpack 4. 🙌🙏❤️Thanks to @GGAlanSmithee for helping with the docs throughout the releases and for his general guiding 👌
And the last, but not least: Thanks to our SPONSORS and BACKERS for supporting the project! You're the best! ⭐️🎉
This PR has been generated by Renovate Bot.