Skip to content

Commit

Permalink
Merge pull request #80 from AddSearch/sc-11365/fix-umd-library-not-be…
Browse files Browse the repository at this point in the history
…ing-defined-as-global-variable

Sc 11365/fix umd library not being defined as global variable
  • Loading branch information
haoAddsearch authored Jan 8, 2025
2 parents 902129c + a26c437 commit 51aa9c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "addsearch-js-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "AddSearch API JavaScript client",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
output: {
filename: 'addsearch-js-client.min.js',
library: 'AddSearchClient',
libraryExport: 'default',
libraryTarget: 'umd',
globalObject: 'this',
clean: true
Expand Down

0 comments on commit 51aa9c3

Please sign in to comment.