vue-i18n-extract-plugin 1.0.74 → 1.0.75

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.
Files changed (2) hide show
  1. package/lib/visitors.js +0 -4
  2. package/package.json +1 -1
package/lib/visitors.js CHANGED
@@ -368,10 +368,6 @@ function createI18nVisitor(option, i18nMap) {
368
368
  // 再尝试拆 _cache2[0] || (_cache2[0] = createTextVNode(...))
369
369
  unwrapVueCacheCallIfNeeded(parentPath);
370
370
  }
371
- // 顶多再往上找一层
372
- if (!unwrapVueSlotArrayCache(parentPath.parentPath.parentPath)) {
373
- unwrapVueCacheCallIfNeeded(parentPath.parentPath.parentPath);
374
- }
375
371
  }
376
372
  } else {
377
373
  const hasCreateVNode = transformDirectiveIfNeeded(path, parentPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-i18n-extract-plugin",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "main": "lib/index.js",
5
5
  "types": "types/index.d.ts",
6
6
  "bin": {