zouhir/jarvis

Webpack 5; TypeError: compiler.plugin is not a function

luesoad opened this issue · 5 comments

After updating to Webpack 5, I get
"TypeError: compiler.plugin is not a function at Jarvis.apply (node_modules/webpack-jarvis/dist/server/index.js:103:14).

Has anyone else experienced this?

facing the same error as @luesoad

@luesoad did you find any solution?

+1

unresolved until today

compiler.plugin and compiler.apply was removed from webpack 5.
I created a pr to fix this.