This repository was archived by the owner on Sep 9, 2021. It is now read-only.
  
  
  
  
Releases: webpack-contrib/worker-loader
Releases · webpack-contrib/worker-loader
v3.0.8
v3.0.7
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2020-08-01)
⚠ BREAKING CHANGES
- minimum supported Node.js version is 10.13
- minimum supported webpack version is 4
- the nameoption was renamed to thefilenameoption
- switch on ES module syntax by default, use the esModuleoption if you need backward compatibility with Common JS modules
- the fallbackoption was removed in favor theinlineoption, theinlineoption accepts onlyfallbackandno-fallbackvalues
- the publicPathoption default value based onoutput.publicPath
- the filenameoption default value based onoutput.filename
Features
- added the workeroption (replaces #178) (#247) (f03498d)
- added the chunkFilenameoption, default value based onoutput.chunkFilename(905ed7b)
- added the esModuleoption
- allow to use any web worker constructor and options for constructor
- the publicPathoption can beFunction
- the filename(previouslyname) option can beFunction
Bug Fixes
- support WASM(152634c)
- respect externals(#264) (1e761ed)
- memory leak for inline web workers (#252) (f729e34)
- source maps when inlineusing without fallback (#269) (5047abb)
- the publicPathoptions works fine with async web workers chunks
- compatibility with webpack@5 (#259) (e0d9887)
- always use selfas global object
- compatibility with webpack-dev-server
- increase performance