esbuild-css-modules-plugin
Advanced tools
Comparing version 3.0.0-dev.11 to 3.0.0-dev.12
@@ -183,3 +183,3 @@ import { basename, dirname, extname, normalize, relative, resolve, sep } from 'node:path'; | ||
log(`fix import path in ${js}: ${f} ===> ${t}`); | ||
newContent = newContent.replace(f, t); | ||
newContent = newContent.replaceAll(f, t); | ||
}); | ||
@@ -186,0 +186,0 @@ return newContent; |
{ | ||
"name": "esbuild-css-modules-plugin", | ||
"version": "3.0.0-dev.11", | ||
"version": "3.0.0-dev.12", | ||
"description": "A esbuild plugin to bundle css modules into js(x)/ts(x).", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs", |
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
55362