worker-loader
Advanced tools
Changelog
3.0.0 (2020-08-01)
10.13
4
name
option was renamed to the filename
optionesModule
option if you need backward compatibility with Common JS modulesfallback
option was removed in favor the inline
option, the inline
option accepts only fallback
and no-fallback
valuespublicPath
option default value based on output.publicPath
filename
option default value based on output.filename
worker
option (replaces #178) (#247) (f03498d)chunkFilename
option, default value based on output.chunkFilename
(905ed7b)esModule
optionpublicPath
option can be Function
filename
(previously name
) option can be Function
WASM
(152634c)externals
(#264) (1e761ed)inline
using without fallback (#269) (5047abb)publicPath
options works fine with async web workers chunksself
as global objectwebpack-dev-server
Changelog
2.0.0 (2018-05-27)
Tapable.apply
calls (#121)options.name
) (#131)Drops support for Webpack versions < 3.0.0
<a name="1.1.1"></a>