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

Webpack 5 compatibility #84

Closed gluck closed 4 years ago

gluck commented 4 years ago
balloob commented 4 years ago

@gluck I tried this PR and I still get one issue. Did you see this too?

TypeError: ParserHelpers.addParsedVariableToModule is not a function
        at /home/paulus/dev/hass/frontend/build-scripts/webpack-plugins/worker-plugin.js:171:27
gluck commented 4 years ago

@balloob I didn't encounter this error (because of my setup ?), but it does seem that this method was removed, so usage should be reviewed.