@e-xi/xion 0.0.9 → 0.0.11
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.
package/dist/main/app/index.js
CHANGED
|
@@ -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-
|
|
47
|
+
} from "../../chunk-files/chunk-67JJOAXZ.js";
|
|
48
48
|
import "../../chunk-files/chunk-YLZRRUY7.js";
|
|
49
49
|
import {
|
|
50
50
|
defineAppConfig,
|
|
@@ -2162,6 +2162,13 @@ 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/timezone",
|
|
2169
|
+
"dayjs/plugin/utc"
|
|
2170
|
+
]
|
|
2171
|
+
},
|
|
2165
2172
|
resolve: {
|
|
2166
2173
|
alias: options.aliases,
|
|
2167
2174
|
dedupe: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-xi/xion",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Electron Vite Vue3 TypeScript framework.",
|
|
6
6
|
"exports": {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"typecheck": "tsc --noEmit",
|
|
238
238
|
"prepack": "npm run build",
|
|
239
239
|
"pack": "npm pack",
|
|
240
|
-
"release": "npm version patch && npm
|
|
240
|
+
"release": "npm version patch && npm publish --access public"
|
|
241
241
|
},
|
|
242
242
|
"peerDependencies": {
|
|
243
243
|
"@element-plus/icons-vue": "2.3.2",
|