Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set output.globalObject option in Webpack config
Fixes #1126 This fixes a reference error when using the build in a WebWorker. This is a workaround taken from webpack/webpack#6642 (comment) and should be replaced by `target: "universal" when webpack/webpack#6525 has been implemented.
- Loading branch information