goldhand / sw-precache-webpack-plugin

Webpack plugin that generates a service worker using sw-precache that will cache webpack's bundles' emitted assets. You can optionally pass sw-precache configuration options to webpack through this plugin.
MIT License
1.44k stars 105 forks source link

Allow any version of webpack as a peerDependency #129

Closed lencioni closed 6 years ago

lencioni commented 6 years ago

Webpack 4 alpha has been released. In preparation for v4, it seems reasonable to change this to allow *. This should cut down on maintenance and avoid unnecessarily blocking folks from updating going forward.

lencioni commented 6 years ago

Oh, actually it seems that * doesn't allow pre-releases. :(