Error after npm run dev: Tapable.plugin is deprecated

background:
after running a react project
question:
after installing the dependency, execute npm run dev as follows:

error report: according to what Tapable.plugin is deprecated, said online,

npm i -D extract-text-webpack-plugin@next
After

, we will continue to report this mistake. Excuse me, who knows the reason for this?

Oct.20,2021

send-D to download and upgrade once

webpack 4 and above no longer support extract-text-webpack-plugin

officially designated to use this

Menu