web: remove deprecated rollup-plugin-node-resolve

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-11-04 22:34:48 +01:00
parent 023b97aa69
commit e587c53e18
218 changed files with 448 additions and 429 deletions

View File

@ -2,7 +2,7 @@ import { ChartData, ChartOptions } from "chart.js";
import { t } from "@lingui/macro";
import { customElement } from "lit/decorators";
import { customElement } from "lit/decorators.js";
import { OutpostsApi } from "@goauthentik/api";