web: fix linting on rollup config
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
3ab9798f38
commit
19a343dadb
|
@ -44,6 +44,7 @@ const resources = [
|
||||||
|
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
const isProdBuild = process.env.NODE_ENV === "production";
|
const isProdBuild = process.env.NODE_ENV === "production";
|
||||||
|
// eslint-disable-next-line no-undef
|
||||||
const apiBasePath = process.env.AK_API_BASE_PATH || "";
|
const apiBasePath = process.env.AK_API_BASE_PATH || "";
|
||||||
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
||||||
function manualChunks(id) {
|
function manualChunks(id) {
|
||||||
|
|
Reference in New Issue