Workerize Loader Versions Save

🏗️ Automatically move a module into a Web Worker (Webpack loader)

2.0.0

1 year ago

What's Changed

Docs Updates

New Contributors

Full Changelog: https://github.com/developit/workerize-loader/compare/1.3.0...2.0.0

1.3.0

3 years ago
  • Added a new publicPath option to the loader (#52, thanks @QingWei-Li!)
  • Fixed accidental use of modern syntax that broke IE11 (#95 #94, thanks @yellott!)
  • workerize-loader now preserves SourceMaps (#88, thanks @rjgotten!)

1.2.1

4 years ago
  • Fixes an issue in 1.2.0 where production builds would not have exported methods (#90 / #85 - thanks @shayke!)

1.2.0

4 years ago
  • Fixes an issue where hot reloads would remove methods from the Worker (#61, thanks @danieldunderfelt!)
  • Enables WASM support within Workers (#68, thanks @wellcaffeinated!)

1.1.0

4 years ago
  • Adds a new ?import boolean option to enable the script preloading in most browsers (subject to CSP constraints).

1.0.4

5 years ago
  • Fix DeprecationWarning .apply and .plugin for Webpack 4 - thanks @jaikme
  • Warn when output.globalObject is set to window (it breaks HMR - #35)

1.0.3

5 years ago
  • Fix error handling - thanks @phil-lgr!

1.0.2

6 years ago
  • Add support for Webpack 4! (thanks @princemaple)

1.0.1

6 years ago

Initial release!