@pubinfo-pr/vite 0.225.2 → 0.225.4
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
|
@@ -344,7 +344,7 @@ function createJsonUrlAsset() {
|
|
|
344
344
|
const buffer = Buffer.from(base64Data, "base64");
|
|
345
345
|
refId = this.emitFile({
|
|
346
346
|
type: "asset",
|
|
347
|
-
name: `
|
|
347
|
+
name: `json-asset-${hash}.json`,
|
|
348
348
|
source: buffer
|
|
349
349
|
});
|
|
350
350
|
emitted.set(hash, refId);
|
|
@@ -839,6 +839,7 @@ function createDefaultAppConfig(config) {
|
|
|
839
839
|
chunkSizeWarningLimit: 2e3,
|
|
840
840
|
rolldownOptions: { output: {
|
|
841
841
|
entryFileNames: `assets/entry/[name]-[hash]-${timestamp}.js`,
|
|
842
|
+
strictExecutionOrder: true,
|
|
842
843
|
codeSplitting: {
|
|
843
844
|
minSize: 2e4,
|
|
844
845
|
groups: [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo-pr/vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.225.
|
|
4
|
+
"version": "0.225.4",
|
|
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.225.
|
|
29
|
-
"@pubinfo-pr/shared": "0.225.
|
|
28
|
+
"@pubinfo-pr/devtools": "0.225.4",
|
|
29
|
+
"@pubinfo-pr/shared": "0.225.4",
|
|
30
30
|
"@pubinfo/unplugin-openapi": "^0.9.1",
|
|
31
31
|
"@vitejs/plugin-legacy": "^7.2.1",
|
|
32
32
|
"@vitejs/plugin-vue": "^6.0.4",
|