esbuild-sass-plugin
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -83,3 +83,3 @@ "use strict"; | ||
if (options.precompile) { | ||
contents = options.precompile(contents, canonicalUrl.pathname); | ||
contents = options.precompile(contents, pathname); | ||
} | ||
@@ -86,0 +86,0 @@ return { |
{ | ||
"name": "esbuild-sass-plugin", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "esbuild plugin for sass/scss files supporting both css loader and css result import (lit-element)", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
44520