Jeff Posnick

Results 297 comments of Jeff Posnick
trafficstars

I think we can get this in for v6 as part of the overall lifecycle overhaul.

Hello @srikanthavadhanula! Thanks so much for the interest in contributing to Workbox! The portion of the codebase that's related to this issue is https://github.com/GoogleChrome/workbox/blob/8c49eb93d9a11431fc981f0d297247ca9484b003/packages/workbox-strategies/src/StrategyHandler.ts#L361-L372 Before the `throw error;` statement on...

That's great—if you run into any specific problems that are blocking you, please let us know!

@srikanthavadhanula, is this still something you'd want to take on?

Thanks, @evanrittenhouse—it doesn't sound like @srikanthavadhanula is able to help at the moment, so we would appreciate your contribution!

(There's information about getting set up to make contributions and run the build/test suite at https://github.com/GoogleChrome/workbox/blob/v6/CONTRIBUTING.md)

Hello @evanrittenhouse—no worries. I'm starting to wonder if marking this as a "good first issue" has ended up misleading folks, given that others have also had issues implementing it. There...

If you're willing to implement a custom strategy, following the information available at https://web.dev/extending-workbox/, I think that's the best path forward. We designed `workbox-strategies` in v6 to provide a set...

@jpmedley in the [TodoMVC](https://github.com/tastejs/todomvc) case, as I think is common in many projects, there's a build process that outputs the "production" version of the site into a directory. TodoMVC puts...

Can you try it with: `staticFileGlobs: [rootDir + '/!(a)/**/*']` I can't claim to fully understand the `glob` syntax, but that *seems* to work in some of my local experimentations. It...