esbuild-sass-plugin
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "esbuild-sass-plugin", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "esbuild plugin for sass/scss files supporting both css loader and css result import (lit-element)", | ||
@@ -61,5 +61,5 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"esbuild": "^0.20.1", | ||
"esbuild": ">=0.20.1", | ||
"sass-embedded": "^1.71.1" | ||
} | ||
} |
@@ -0,0 +0,0 @@ ![cooltext394785080075403](https://user-images.githubusercontent.com/160981/136289874-26ce7269-ea08-47dd-be31-9bf0ef7a0b8d.png) |
@@ -0,0 +0,0 @@ import {CachedResult, SassPluginOptions} from './index' |
@@ -0,0 +0,0 @@ import {OnLoadResult} from 'esbuild' |
@@ -0,0 +0,0 @@ import {OnLoadResult, Plugin} from 'esbuild' |
@@ -0,0 +0,0 @@ import {dirname, parse, relative, resolve, sep} from 'path' |
@@ -0,0 +0,0 @@ import {SassPluginOptions, Type} from './index' |
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
88141