Skip to content

Commit

Permalink
fix: umd library name
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Jan 8, 2023
1 parent 42599b8 commit f896243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, '../dist/umd'),
filename: 'index.js',
library: 'LnurlPay',
library: 'LnurlWithdraw',
libraryTarget: 'umd',
globalObject: 'this',
},
Expand Down

0 comments on commit f896243

Please sign in to comment.