@ibiz-template/vue3-util 0.4.1 → 0.4.3-dev.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/vue3-util",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3-dev.0",
|
|
4
4
|
"description": "vue3 工具包",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@ibiz-template/cli": "0.3.2",
|
|
34
34
|
"@ibiz-template/core": "^0.4.0",
|
|
35
|
-
"@ibiz-template/runtime": "^0.4.
|
|
35
|
+
"@ibiz-template/runtime": "^0.4.3-dev.0",
|
|
36
36
|
"@ibiz-template/theme": "^0.4.0",
|
|
37
37
|
"@ibiz/model-core": "^0.0.21",
|
|
38
38
|
"@types/path-browserify": "^1.0.2",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"vue": "^3.3.4",
|
|
62
62
|
"vue-router": "^4.2.4"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "6d253dd3a055d1e9d284b640fbd3c80788b90950"
|
|
65
65
|
}
|
|
@@ -258,7 +258,7 @@ export class PluginFactory implements IPluginFactory {
|
|
|
258
258
|
data = (await fn()) as any;
|
|
259
259
|
this.cache.set(scriptUrl, true);
|
|
260
260
|
} else if (ibiz.env.dev) {
|
|
261
|
-
data = await import(
|
|
261
|
+
data = await import(/* @vite-ignore */ scriptUrl);
|
|
262
262
|
} else {
|
|
263
263
|
System.addImportMap({
|
|
264
264
|
imports: {
|