@dlzn-ui/vite-config 1.65.0 → 1.67.0
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.mjs +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -465,9 +465,9 @@ const index = (_env, options) => {
|
|
|
465
465
|
views: ["node_modules/dlzn-ui/ejs"]
|
|
466
466
|
}
|
|
467
467
|
},
|
|
468
|
-
minify: true
|
|
468
|
+
minify: true
|
|
469
469
|
// 相对消费方 root,closeBundle 整理 HTML 时比绝对路径更稳
|
|
470
|
-
template:
|
|
470
|
+
// template: 'node_modules/dlzn-ui/index.html',
|
|
471
471
|
}),
|
|
472
472
|
VueRouter({
|
|
473
473
|
dts: "types/typed-router.d.ts"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dlzn-ui/vite-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.67.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"vite-plugin-imagemin": "^0.6.1",
|
|
38
38
|
"vite-plugin-vue-tailwind-auto-reference": "^2.0.2",
|
|
39
39
|
"vue-router": "^5.2.0",
|
|
40
|
-
"@dlzn-ui/node-utils": "1.
|
|
40
|
+
"@dlzn-ui/node-utils": "1.67.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"rimraf": "^6.1.3",
|