Change globalObject to globalThis

This commit is contained in:
kkocdko
2022-10-21 15:40:54 +08:00
committed by GitHub
parent 7e5e2baf92
commit 482ea1b186

View File

@ -12,7 +12,7 @@ const configuration = {
filename: "index.js",
libraryTarget: "umd",
library: "docx",
globalObject: "this",
globalObject: "globalThis",
},
resolve: {