DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead
因为 extract-text-webpack-plugin目前版本不支持webpack4。
安装最新包
npm install extract-text-webpack-plugin@next
本文探讨了DeprecationWarning:Tapable.pluginisdeprecated错误的原因,指出此警告源于extract-text-webpack-plugin与webpack4的不兼容,并提供了解决方案,即安装extract-text-webpack-plugin的最新版本。
DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead
因为 extract-text-webpack-plugin目前版本不支持webpack4。
安装最新包
npm install extract-text-webpack-plugin@next
3947
240
1203

被折叠的 条评论
为什么被折叠?