esbuild-css-modules-plugin
Advanced tools
Comparing version 3.0.0-dev.8 to 3.0.0-dev.9
@@ -252,3 +252,3 @@ import { bundle as bundleModulesCss } from 'lightningcss'; | ||
} = bundleModulesCss({ | ||
filename: relative(this.build.context.buildRoot, fullpath), | ||
filename: fullpath, | ||
cssModules: { | ||
@@ -255,0 +255,0 @@ dashedIdents: options?.dashedIndents, |
{ | ||
"name": "esbuild-css-modules-plugin", | ||
"version": "3.0.0-dev.8", | ||
"version": "3.0.0-dev.9", | ||
"description": "A esbuild plugin to bundle css modules into js(x)/ts(x).", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
46008