neutrinojs / neutrino

Create and build modern JavaScript projects with zero initial configuration.
https://neutrinojs.org
Mozilla Public License 2.0
3.95k stars 213 forks source link

[pwa][9.0] Update offline-plugin dependency to ^5.0.0 #1426

Closed madeleineostoja closed 5 years ago

madeleineostoja commented 5 years ago

Bug or issue?

The @neutrinojs/pwa middleware currently pulls in offline-plugin ^v4.0.0, which is incompatible with Webpack 4 and fails with this bug. It was fixed in v5, and forcing that dependency fixes the issue.

madeleineostoja commented 5 years ago

Oh derp, just saw the the PWA middleware was deprecated for v9. Closing.