GoogleChromeLabs / worker-plugin

👩‍🏭 Adds native Web Worker bundling support to Webpack.
https://npm.im/worker-plugin
Apache License 2.0
1.92k stars 79 forks source link

Any support for Webpack 3? #83

Closed jusmar3105 closed 4 years ago

jusmar3105 commented 4 years ago

I have this problem: :(

TypeError: Cannot read property 'normalModuleFactory' of undefined

developit commented 4 years ago

Sorry, this project currently requires webpack 4. If you want to PR it, I would be happy to review. Just requires adding helpers like these ones in the following locations:

https://github.com/GoogleChromeLabs/worker-plugin/blob/f7b576f35557da1c399cdbc3a1eeea45c14ea81c/src/index.js#L39

https://github.com/GoogleChromeLabs/worker-plugin/blob/f7b576f35557da1c399cdbc3a1eeea45c14ea81c/src/index.js#L41-L43

https://github.com/GoogleChromeLabs/worker-plugin/blob/f7b576f35557da1c399cdbc3a1eeea45c14ea81c/src/index.js#L140-L145