Change globalObject
to globalThis
This commit is contained in:
@ -12,7 +12,7 @@ const configuration = {
|
||||
filename: "index.js",
|
||||
libraryTarget: "umd",
|
||||
library: "docx",
|
||||
globalObject: "this",
|
||||
globalObject: "globalThis",
|
||||
},
|
||||
|
||||
resolve: {
|
||||
|
Reference in New Issue
Block a user