From 482ea1b1867510b234fe8ab30748a7e7103c761c Mon Sep 17 00:00:00 2001 From: kkocdko <31189892+kkocdko@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:40:54 +0800 Subject: [PATCH] Change `globalObject` to `globalThis` --- webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.ts b/webpack.config.ts index 5871440f3f..4842297f3a 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -12,7 +12,7 @@ const configuration = { filename: "index.js", libraryTarget: "umd", library: "docx", - globalObject: "this", + globalObject: "globalThis", }, resolve: {