Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
engine: build the UMD module with a
globalObject
of this
The Webpack default is `self` but as far as I can tell, `this` is preferable: https://webpack.js.org/configuration/output/#outputglobalobject https://stackoverflow.com/questions/64639839/typescript-webpack-library-generates-referenceerror-self-is-not-defined This fixes a problem with testing/running the Constellations frontend with the latest version of the engine.
- Loading branch information