@e-xi/xion 0.0.10 → 0.0.12

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.
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-P4CX6I4J.js";
7
7
 
8
8
  // package.json
9
- var version = "0.0.10";
9
+ var version = "0.0.12";
10
10
 
11
11
  // src/main/banner/banner-abstract.ts
12
12
  var BannerAbstract = class {
@@ -1,8 +1,6 @@
1
1
  // src/vite/utils/file-write-vite-util.ts
2
2
  import fs from "node:fs";
3
3
  import path from "node:path";
4
- var XXXXX = "123";
5
- console.log(XXXXX);
6
4
  var FileWriteViteUtil = class {
7
5
  /**
8
6
  * 默认 Xion 类型入口文件
@@ -44,7 +44,7 @@ import "../../chunk-files/chunk-J34MOWJP.js";
44
44
  import "../../chunk-files/chunk-B7DTBTWQ.js";
45
45
  import {
46
46
  BannerManager
47
- } from "../../chunk-files/chunk-NC5OIFZO.js";
47
+ } from "../../chunk-files/chunk-K6EBDSD5.js";
48
48
  import "../../chunk-files/chunk-YLZRRUY7.js";
49
49
  import {
50
50
  defineAppConfig,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  BannerAbstract,
3
3
  BannerManager
4
- } from "../../chunk-files/chunk-NC5OIFZO.js";
4
+ } from "../../chunk-files/chunk-K6EBDSD5.js";
5
5
  import "../../chunk-files/chunk-YLZRRUY7.js";
6
6
  import "../../chunk-files/chunk-P4CX6I4J.js";
7
7
  export {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  FileWriteViteUtil
3
- } from "../../chunk-files/chunk-5VAPJ5VX.js";
3
+ } from "../../chunk-files/chunk-YTHS2ZV7.js";
4
4
  import {
5
5
  BuildChunk,
6
6
  BuildCspUpdate,
@@ -2162,6 +2162,21 @@ var defaultConfig3 = (options) => {
2162
2162
  // 渲染进程(Vue3)
2163
2163
  renderer: {
2164
2164
  root: path3.resolve(options.rootDir, "renderer"),
2165
+ optimizeDeps: {
2166
+ include: [
2167
+ "dayjs",
2168
+ "dayjs/plugin/advancedFormat",
2169
+ "dayjs/plugin/customParseFormat",
2170
+ "dayjs/plugin/dayOfYear",
2171
+ "dayjs/plugin/isSameOrAfter",
2172
+ "dayjs/plugin/isSameOrBefore",
2173
+ "dayjs/plugin/localeData",
2174
+ "dayjs/plugin/timezone",
2175
+ "dayjs/plugin/utc",
2176
+ "dayjs/plugin/weekOfYear",
2177
+ "dayjs/plugin/weekYear"
2178
+ ]
2179
+ },
2165
2180
  resolve: {
2166
2181
  alias: options.aliases,
2167
2182
  dedupe: [
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  FileWriteViteUtil
3
- } from "../../chunk-files/chunk-5VAPJ5VX.js";
3
+ } from "../../chunk-files/chunk-YTHS2ZV7.js";
4
4
  import {
5
5
  RuntimeConfigViteUtil
6
6
  } from "../../chunk-files/chunk-3RVKOFMP.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-xi/xion",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "description": "Electron Vite Vue3 TypeScript framework.",
6
6
  "exports": {