esbuild-sass-plugin
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -130,3 +130,3 @@ "use strict"; | ||
cached.result = await transform(watchFiles[0], cached.type); | ||
cached.mtimeMs = Date.now(); | ||
cached.mtimeMs = stats.reduce((max, { mtimeMs }) => Math.max(max, mtimeMs), 0); | ||
break; | ||
@@ -133,0 +133,0 @@ } |
{ | ||
"name": "esbuild-sass-plugin", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"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", |
@@ -148,3 +148,3 @@ import {Loader, OnLoadArgs, OnLoadResult, OnResolveArgs, Plugin} from "esbuild"; | ||
cached.result = await transform(watchFiles[0], cached.type); | ||
cached.mtimeMs = Date.now(); | ||
cached.mtimeMs = stats.reduce((max, {mtimeMs})=>Math.max(max, mtimeMs),0); | ||
break; | ||
@@ -151,0 +151,0 @@ } |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
40299
0