mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Revert "ts: Convert css_variables.js to TypeScript."
This reverts commit 5f4bdfe6bc (#24630).
This was causing Webpack to trigger type checking with the TypeScript
compiler, which is very expensive.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e9c1d72771
commit
620b1aa1bd
@@ -73,7 +73,7 @@ EXEMPT_FILES = make_set(
|
||||
"web/src/confirm_dialog.js",
|
||||
"web/src/copy_and_paste.js",
|
||||
"web/src/csrf.ts",
|
||||
"web/src/css_variables.ts",
|
||||
"web/src/css_variables.js",
|
||||
"web/src/dark_theme.js",
|
||||
"web/src/debug.ts",
|
||||
"web/src/deprecated_feature_notice.js",
|
||||
|
||||
Reference in New Issue
Block a user