Add comma

This commit is contained in:
octoclonius
2024-01-13 13:23:33 -06:00
committed by GitHub
parent 815758529d
commit 7f7de14e6f
+1 -1
View File
@@ -25,7 +25,7 @@ module.exports = {
filename: mainFile,
path: path.resolve('./lib'),
library: addonName,
libraryTarget: 'umd'
libraryTarget: 'umd',
// Force usage of globalThis instead of global / self. (This is cross-env compatible)
globalObject: 'globalThis',
},