-
Notifications
You must be signed in to change notification settings - Fork 830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Config options to workbox-sw setConfig() #1337
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you double-check what's in this PR? It seems like there might have been an initial commit with some copy/pasted code and then the follow-up commit never made it.
packages/workbox-sw/_types.mjs
Outdated
*/ | ||
|
||
/** | ||
* @typedef {Object} ManifestEntry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Defining ManifestEntry
here doesn't look right.
packages/workbox-sw/_types.mjs
Outdated
* @property {String} revision The revision details for the file. This is a | ||
* hash generated by node based on the file contents. | ||
* | ||
* @memberof module:workbox-build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
module:workbox-sw
(or maybe module:workbox
, if it's supposed to match the namespace?)
Yeah you are right - sorry this is totally wrong. Just did another pass and found some errors in other spots that I fixed up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks more like it.
PR-Bot Size PluginChanged File SizesNo file sizes have changed. New FilesNo new files have been added. All File SizesView Table
Workbox Aggregate Size Plugin☠️ WARNING ☠️We are using 155% of our max size budget. Total Size: 22.7KB Gzipped: 9.1KB |
Fixes #1333