@pubinfo-pr/vite 0.222.6 → 0.222.7
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 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -786,7 +786,8 @@ function createDefaultAppConfig(config) {
|
|
|
786
786
|
entryFileNames: `assets/entry/[name]-[hash]-${timestamp}.js`,
|
|
787
787
|
advancedChunks: { groups: [{
|
|
788
788
|
name: "pubinfo-pr",
|
|
789
|
-
test: "pubinfo-pr"
|
|
789
|
+
test: "pubinfo-pr",
|
|
790
|
+
priority: 10
|
|
790
791
|
}] }
|
|
791
792
|
} }
|
|
792
793
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo-pr/vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.222.
|
|
4
|
+
"version": "0.222.7",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.mts",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"vue-tsc": "^3.2.4"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@pubinfo-pr/devtools": "0.222.
|
|
29
|
-
"@pubinfo-pr/shared": "0.222.
|
|
28
|
+
"@pubinfo-pr/devtools": "0.222.7",
|
|
29
|
+
"@pubinfo-pr/shared": "0.222.7",
|
|
30
30
|
"@pubinfo/unplugin-openapi": "^0.9.1",
|
|
31
31
|
"@vitejs/plugin-legacy": "^7.2.1",
|
|
32
32
|
"@vitejs/plugin-vue": "^6.0.4",
|