esbuild-plugin-postcss-literal
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"name": "esbuild-plugin-postcss-literal", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "PostCSS tagged template literals plugin for esbuild.", | ||
@@ -12,3 +12,3 @@ "repository": "nativew/esbuild-plugin-postcss-literal", | ||
"scripts": { | ||
"format": "prettier --write '**/*'" | ||
"format": "prettier --write --ignore-unknown '**/*'" | ||
}, | ||
@@ -15,0 +15,0 @@ "peerDependencies": { |
@@ -9,3 +9,3 @@ import esbuild from 'esbuild'; | ||
name: 'postcss-literal', | ||
setup(build, transform) { | ||
setup(build, { transform } = {}) { | ||
const { | ||
@@ -12,0 +12,0 @@ filter = /.*/, |
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
5086