chore: fix lint warnings

This commit is contained in:
3252a8
2026-05-13 14:13:39 +03:00
parent eec5635541
commit 2b7d1f0be8
21 changed files with 85 additions and 106 deletions
+4 -1
View File
@@ -29,7 +29,10 @@ export default defineConfig({
fileName: () => "subscription_webapp.js",
cssFileName: "subscription_webapp",
},
rollupOptions: {
rolldownOptions: {
checks: {
pluginTimings: false,
},
output: {
assetFileNames: (assetInfo) => {
if (assetInfo.name && assetInfo.name.endsWith(".css")) {