@vue/compiler-sfc 2.7.0-beta.5 → 2.7.0-beta.8

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.
@@ -9691,7 +9691,6 @@ function urlToRequire(url, transformAssetUrlsOption = {}) {
9691
9691
  // only version provided by rollup-plugin-node-builtins.
9692
9692
  return `"${(path__default["default"].posix || path__default["default"]).join(transformAssetUrlsOption.base, uriParts.path + (uriParts.hash || ''))}"`;
9693
9693
  }
9694
- return returnValue;
9695
9694
  }
9696
9695
  if (transformAssetUrlsOption.includeAbsolute ||
9697
9696
  firstChar === '.' ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "2.7.0-beta.5",
3
+ "version": "2.7.0-beta.8",
4
4
  "description": "compiler-sfc for Vue 2",
5
5
  "main": "dist/compiler-sfc.js",
6
6
  "types": "dist/compiler-sfc.d.ts",