mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Since our Webpack config passes pre-minified JS files to script-loader, they can’t be used as modules. Use the normal unminified version, letting Webpack minify it and give us source maps. Signed-off-by: Anders Kaseorg <anders@zulip.com>