isomorphic-loader icon indicating copy to clipboard operation
isomorphic-loader copied to clipboard

Is this plugin supported in Webpack 5?

Open nsunga opened this issue 2 years ago • 0 comments

Hello,

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

nsunga avatar Oct 18 '22 20:10 nsunga