@ibiz-template/vue3-util 0.4.1 → 0.4.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.
@@ -225,8 +225,8 @@ class PluginFactory {
225
225
  this.cache.set(scriptUrl, true);
226
226
  } else if (ibiz.env.dev) {
227
227
  data = await import(
228
- scriptUrl
229
228
  /* @vite-ignore */
229
+ scriptUrl
230
230
  );
231
231
  } else {
232
232
  System.addImportMap({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/vue3-util",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
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.1",
35
+ "@ibiz-template/runtime": "^0.4.2",
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": "49c2ab8952e9fdaf586a4819a8fa69c817bc8841"
64
+ "gitHead": "67c43e4d05bb716942928870c29d0ab87b2d1561"
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(scriptUrl /* @vite-ignore */);
261
+ data = await import(/* @vite-ignore */ scriptUrl);
262
262
  } else {
263
263
  System.addImportMap({
264
264
  imports: {