babel-plugin-react-cssmoduleify
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -105,3 +105,4 @@ /** | ||
p.key.type === 'MemberExpression' && | ||
p.object === cssModuleId | ||
p.object === cssModuleId || | ||
!p.key.value | ||
) { | ||
@@ -108,0 +109,0 @@ return; |
@@ -98,3 +98,3 @@ /** | ||
// ensure we're idempotent | ||
if (p.key.type === 'MemberExpression' && p.object === cssModuleId) { | ||
if (p.key.type === 'MemberExpression' && p.object === cssModuleId || !p.key.value) { | ||
return; | ||
@@ -101,0 +101,0 @@ } |
{ | ||
"name": "babel-plugin-react-cssmoduleify", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "Babel plugin to transform traditional classNames to CSS Modules", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
30699
4
630
1
229