web: fix linting on rollup config

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-14 19:49:31 +02:00
parent 3ab9798f38
commit 19a343dadb
1 changed files with 1 additions and 0 deletions

View File

@ -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) {