GoogleChromeLabs/worker-plugin

Cannot read property 'normalModuleFactory' of undefined

873550602 opened this issue · 2 comments

I configured the WorkerPlugin plugin in my vue project, and the result project could not be started. The error message is: "Cannot read property normalModuleFactory of undefined"

Hi @873550602 - can you tell me what version of Webpack this would be using? WorkerPlugin requires Webpack 4+.

Closing as this is almost certainly just unsupported usage with Webpack 3.x.