adminforth 2.25.0-test.12 → 2.25.0-test.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,8 @@ async function bundle() {
16
16
  `);
17
17
 
18
18
  } catch (e) {
19
- console.log(`Running budndle failed`, e);
19
+ console.log(`Running bundle failed`, e);
20
+ throw new Error(`Failed to bundle admin SPA: ${e.message}`);
20
21
  }
21
22
  }
22
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.25.0-test.12",
3
+ "version": "2.25.0-test.13",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",