You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue with my plugins configuration, and this is the only plugin throwing the following error:
[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
- configuration.plugins[1] misses the property 'apply'. Should be:
function
-> The run point of the plugin, required method.
What's strange is that the source code for this plugin DOES have an apply function..
I also noticed the build tag for the latest version in the readme is tagged error. So, I just wanted to know if the latest version is supported in webpack 5
The text was updated successfully, but these errors were encountered:
Hello,
I'm running into an issue with my plugins configuration, and this is the only plugin throwing the following error:
What's strange is that the source code for this plugin DOES have an
apply
function..I also noticed the
build
tag for the latest version in the readme is taggederror
. So, I just wanted to know if the latest version is supported in webpack 5The text was updated successfully, but these errors were encountered: