css-modules-typescript-loader
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -72,6 +72,2 @@ const fs = require('fs'); | ||
if (!localExports) { | ||
return failed(new Error(`No exported locals found for ${filename}`)); | ||
} | ||
while ((match = keyRegex.exec(localExports))) { | ||
@@ -78,0 +74,0 @@ if (cssModuleKeys.indexOf(match[1]) < 0) { |
{ | ||
"name": "css-modules-typescript-loader", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Webpack loader to create TypeScript declarations for CSS Modules", | ||
@@ -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
15289
31
275
3