mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
eslint: Fix unicorn/no-anonymous-default-export.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
da2833319a
commit
3c57564213
@@ -13,7 +13,7 @@ import DebugRequirePlugin from "./debug-require-webpack-plugin";
|
||||
import assets from "./webpack.assets.json";
|
||||
import dev_assets from "./webpack.dev-assets.json";
|
||||
|
||||
export default (
|
||||
const config = (
|
||||
env: {minimize?: boolean; ZULIP_VERSION?: string} = {},
|
||||
argv: {mode?: string},
|
||||
): webpack.Configuration[] => {
|
||||
@@ -272,3 +272,4 @@ export default (
|
||||
|
||||
return [frontendConfig, serverConfig];
|
||||
};
|
||||
export default config;
|
||||
|
Reference in New Issue
Block a user