Skip to content

Releases: developit/workerize-loader

2.0.0

23 May 21:28
Compare
Choose a tag to compare

What's Changed

Docs Updates

New Contributors

Full Changelog: 1.3.0...2.0.0

1.3.0

16 Jun 19:01
3f74603
Compare
Choose a tag to compare
  • 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

18 May 01:55
Compare
Choose a tag to compare
  • Fixes an issue in 1.2.0 where production builds would not have exported methods (#90 / #85 - thanks @shayke!)

1.2.0

07 May 16:41
2688667
Compare
Choose a tag to compare

1.1.0

15 Aug 21:30
Compare
Choose a tag to compare
  • Adds a new ?import boolean option to enable the script preloading in most browsers (subject to CSP constraints).

1.0.4

27 Aug 22:13
Compare
Choose a tag to compare
  • 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

25 May 01:20
Compare
Choose a tag to compare

1.0.2

03 Mar 02:29
Compare
Choose a tag to compare

1.0.1

03 Mar 02:29
Compare
Choose a tag to compare

Initial release!