rubenspgcavalcante/webpack-chrome-extension-reloader

Remove DeprecationWarning: Tapable.plugin is deprecated

Closed this issue · 0 comments

Type:

  • bug
  • feature
  • enhancement
  • question

Environment:

  • OS: MacOS10.13
  • Version: 0.8.0

Going to open a PR:

  • yes
  • no

Description:
Plugin was using the deprecated webpack API Tapable.plugin which trigger the following warning:

Tapable.plugin is deprecated. Use new API on .hooks instead

Switching to Tapable.hooks should fix the problem

This issue and the companion PR #50 are related to issue #48