webpack 4.40 adds some new plug-in hooks, but webpack-tool hard-code to 4.28.4, can it be modified to 4.28.4 or 4.40.0?
https://github.com/easy-team/webpack-tool/blob/master/package.json#L26
https://webpack.js.org/api/compilation-object/#getassets
"dependencies": {
"webpack": "4.28.4 || 4.40.0"
},
webpack 4.40 adds some new plug-in hooks, but webpack-tool hard-code to 4.28.4, can it be modified to 4.28.4 or 4.40.0?
https://github.com/easy-team/webpack-tool/blob/master/package.json#L26
https://webpack.js.org/api/compilation-object/#getassets