@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.
- package/dist/compiler-sfc.js +0 -1
- package/package.json +1 -1
package/dist/compiler-sfc.js
CHANGED
|
@@ -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 === '.' ||
|