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

DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead #63

Closed woutervanvliet closed 6 years ago

woutervanvliet commented 6 years ago

A deprecation warning is emitted, from src/index.js, line 99

childCompiler.apply(new SingleEntryPlugin(compiler.context, this.options.entry))

This should be fixed before a stable 1.0.0 release