This is an automated email from the ASF dual-hosted git repository. FrankChen021 pushed a commit to branch codex/deps-remove-jackson1 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 74081f938668e8c644732b78e7cecc516f78be49 Author: Frank Chen <[email protected]> AuthorDate: Fri Jul 31 06:47:55 2026 +0800 fix: map browser global to globalThis --- web-console/webpack.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-console/webpack.config.mjs b/web-console/webpack.config.mjs index b786d598767..e2c0174bcd9 100644 --- a/web-console/webpack.config.mjs +++ b/web-console/webpack.config.mjs @@ -58,7 +58,7 @@ export default env => { const plugins = [ new webpack.DefinePlugin({ 'process.env': JSON.stringify({ NODE_ENV: mode }), - 'global': 'globalThis.global', + 'global': 'globalThis', 'NODE_ENV': JSON.stringify(mode), }), --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
