oliviertassinari / serviceworker-webpack-plugin

Simplifies creation of a service worker to serve your webpack bundles. :recycle:
https://oliviertassinari.github.io/serviceworker-webpack-plugin/
MIT License
458 stars 76 forks source link

Fix tapable apply #68

Closed woutervanvliet closed 6 years ago

woutervanvliet commented 6 years ago

Fixes #63

Change the call to SingleEntryPlugin.apply to the new way of calling it.

To make sure nothing breaks, I've also added a testcase on the contentes of sw.js.