We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81471c commit 71a00d6Copy full SHA for 71a00d6
webpack.config.js
@@ -28,6 +28,7 @@ module.exports = {
28
name: '@lightninglabs/lnc-core',
29
type: "umd", // see https://webpack.js.org/configuration/output/#outputlibrarytype
30
},
31
+ globalObject: 'this',
32
path: path.resolve(__dirname, 'dist'),
33
34
};
0 commit comments