build umd components

This commit is contained in:
dni ⚡
2025-12-23 10:58:53 +01:00
parent d7723696d8
commit 3be06269c2
7 changed files with 56 additions and 26 deletions
+2 -4
View File
@@ -13,7 +13,8 @@
"bundle": "npm run sass && npm run vendor_copy && npm run vendor_json && npm run vendor_bundle_css && npm run vendor_bundle_js && npm run vendor_bundle_components && npm run vendor_minify_css && npm run vendor_minify_js && npm run vendor_minify_components",
"test": "npm run test:unit",
"test:unit": "vitest --watch=false tests/frontend/unit",
"test:unit:watch": "vitest tests/frontend/unit"
"test:unit:watch": "vitest tests/frontend/unit",
"build": "vite build"
},
"devDependencies": {
"@quasar/quasar-app-extension-testing-unit-vitest": "^1.2.4",
@@ -102,9 +103,6 @@
"js/event-reactions.js",
"js/bolt11-decoder.js"
],
"modules": [
"components/lnbits-error.vue"
],
"components": [
"js/pages/error.js",
"js/pages/home.js",