Skip to content
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

Have another parse at webpack docs. #1202

Closed
gauntface opened this issue Jan 18, 2018 · 3 comments
Closed

Have another parse at webpack docs. #1202

gauntface opened this issue Jan 18, 2018 · 3 comments
Assignees
Milestone

Comments

@gauntface
Copy link

https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin

May be out of date with latest changes - configuration is still insanely large block of content, if there is a better way to present the information, we should go for it.

@gauntface gauntface added this to the V3 Beta milestone Jan 18, 2018
@jeffposnick
Copy link
Contributor

(Also tracked in google/WebFundamentals#5567, and is currently a WIP to reflect the latest changes.)

@jeffposnick
Copy link
Contributor

See google/WebFundamentals#5677

@gauntface
Copy link
Author

I still think the information could be reorganized to be easier to read / navigate.

At the moment the top level structure is:

  • What are the plugins?
  • Considerations
    • Should the plugin create your service worker file?
    • Do you need to cache additional, non-webpack assets?
  • Configuration
    • GenerateSW Plugin
    • InjectManifest Plugin

Ideally it would look a little more like:

  • What are the Webpack Plugins?
  • Generate a complete SW
  • Inject a Manifest
  • How to cache extra assets
  • Configuration Options
    • GenerateSW Plugin
    • InjectManifest Plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants