GoogleChromeLabs / worker-plugin

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

Fix: .worker chunkFilename suffix will be inserted before query parameters. #74

Closed brn closed 4 years ago

brn commented 4 years ago

Previous chunkFilename replacing was not worked when chunkFilename had query parameters. So add query parameters aware regex.

developit commented 4 years ago

Looks great - thanks!