blueslip: Untangle from page_params.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-06-22 18:30:03 -07:00
committed by Tim Abbott
parent f7eecb0e03
commit 0b3cf78333
4 changed files with 6 additions and 4 deletions

View File

@@ -199,6 +199,7 @@ const config = (
},
plugins: [
new DefinePlugin({
DEVELOPMENT: JSON.stringify(!production),
ZULIP_VERSION: JSON.stringify(env.ZULIP_VERSION ?? "development"),
}),
new DebugRequirePlugin(),