webworkify-webpack
webworkify-webpack copied to clipboard
Webpack 5 support?
I recently noticed when upgrading my app to Webpack 5 that the blob webworkify-webpack was generating was significantly different than the one being created using Webpack 4. It seems like not all dependencies that were once included are being generated.
Are there plans to support Webpack 5?
note: just adding the all
option did not impact my end state. While more was included, it did not appear to be everything.
Content-Length: 7306 // Webpack 5
Content-Length: 227661 // Webpack 4
https://github.com/wupeng-engineer/webworkify-webpack webpack5