From 19a343dadb888245651c747a9dff2c5de9a4dd50 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 14 Oct 2021 19:49:31 +0200 Subject: [PATCH] web: fix linting on rollup config Signed-off-by: Jens Langhammer --- web/rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/rollup.config.js b/web/rollup.config.js index 15cf9f03b..da4dc5da9 100644 --- a/web/rollup.config.js +++ b/web/rollup.config.js @@ -44,6 +44,7 @@ const resources = [ // eslint-disable-next-line no-undef const isProdBuild = process.env.NODE_ENV === "production"; +// eslint-disable-next-line no-undef const apiBasePath = process.env.AK_API_BASE_PATH || ""; // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types function manualChunks(id) {