Skip to content

Commit 3b9d495

Browse files
committed
[sc-11365] remove "libraryExport:default", because library module is exported with commonjs-compatible syntax "export = AddSearchClient"
1 parent 902129c commit 3b9d495

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = {
99
output: {
1010
filename: 'addsearch-js-client.min.js',
1111
library: 'AddSearchClient',
12-
libraryExport: 'default',
1312
libraryTarget: 'umd',
1413
globalObject: 'this',
1514
clean: true

0 commit comments

Comments
 (0)