soundcloud / chunk-manifest-webpack-plugin

Allows exporting a manifest that maps entry chunk names to their output files, instead of keeping the mapping inside the webpack bootstrap.
MIT License
394 stars 73 forks source link

Change `window` to `self` to support web workers #21

Closed JakeChampion closed 7 years ago

JakeChampion commented 7 years ago

self === window in the main thread, meaning this change will not break any users of the plugin and can be considered a patch release.

JakeChampion commented 7 years ago

Is there anything blocking this from being merged that I could help with?