@gsc-basic/vite-config 1.1.1 → 1.1.2
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/index.js +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
|
|
|
7
7
|
accordance with the terms of the license agreement.
|
|
8
8
|
|
|
9
9
|
--- Build Info ---
|
|
10
|
-
Version: 1.1.
|
|
11
|
-
Build Time: 2026/2/26
|
|
12
|
-
Build Commit:
|
|
10
|
+
Version: 1.1.1
|
|
11
|
+
Build Time: 2026/2/26 17:20:57
|
|
12
|
+
Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
|
|
13
13
|
*/
|
|
14
14
|
import $ from"@vitejs/plugin-vue";import k from"@vitejs/plugin-vue-jsx";import L from"@vitejs/plugin-legacy";import N from"@intlify/unplugin-vue-i18n/vite";import R from"vite-plugin-banner";import{qrcode as z}from"vite-plugin-qrcode";import{mockDevServerPlugin as E}from"vite-plugin-mock-dev-server";import V from"unplugin-info/vite";import _ from"unplugin-turbo-console/vite";import U from"vite-plugin-vue-devtools";import j from"unplugin-icons/vite";function u(e="GSC Scaffolding",r){return{name:"html-injection",transformIndexHtml(t){let i=`${r.lastBuildTime}(v${r.pkg.version})`;return t.replace("</head>",`<title>${e}</title>
|
|
15
15
|
<meta name="revised" content="${i}" />
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gsc-basic/vite-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"description": "Vite Config for GSC Basic Service",
|
|
6
6
|
"author": "Lenovo SSG BASD <-GSC_Scaffolding_Support@lenovo.com>",
|
|
7
7
|
"license": "LicenseRef-Proprietary",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"./dist"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"
|
|
31
|
+
"@iconify/json": "^2.2.443",
|
|
32
|
+
"unocss": "^66.6.2",
|
|
32
33
|
"vite": "^7.3.1",
|
|
33
34
|
"vue-router": "^5.0.3"
|
|
34
35
|
},
|
|
35
36
|
"dependencies": {
|
|
36
|
-
"@iconify/json": "^2.2.443",
|
|
37
37
|
"@intlify/unplugin-vue-i18n": "^11.0.7",
|
|
38
38
|
"@plugin-web-update-notification/vite": "^2.0.2",
|
|
39
39
|
"@vitejs/plugin-legacy": "^7.2.1",
|