Full Changelog: 0.2.0...0.2.1
changing globalObject in an attempt to get SSR working for SeqViz:
output: {
filename: "index.js",
library: {
name: package.name,
type: "umd",
},
path: path.join(__dirname, "dist"),
publicPath: "/dist/",
umdNamedDefine: true,
// https://stackoverflow.com/questions/64639839/typescript-webpack-library-generates-referenceerror-self-is-not-defined
globalObject: 'this',
},