Comparing version 0.6.0 to 0.6.1
@@ -1045,3 +1045,3 @@ var __create = Object.create; | ||
if (plugin.transformInclude) { | ||
return plugin.transformInclude(id); | ||
return plugin.transformInclude(slash(id)); | ||
} else { | ||
@@ -1048,0 +1048,0 @@ return true; |
{ | ||
"name": "unplugin", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Unified plugin system for build tools", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/unplugin", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95721