From 431fa8f3a39000efbbb7be8255e60f0128230a5d Mon Sep 17 00:00:00 2001 From: SirStendec Date: Fri, 11 Oct 2024 15:37:41 -0400 Subject: [PATCH] * Maintenance: Further changes to webpack configuration in an attempt to streamline manifest v3 approval process. --- webpack.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 7ebb3468..afcb6d5b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -94,7 +94,9 @@ const config = { } }, - node: false, + node: { + global: false + }, entry: ENTRY_POINTS,