css-modules-typescript-loader
Advanced tools
Comparing version 2.0.4 to 3.0.0
@@ -9,3 +9,3 @@ const fs = require('fs'); | ||
const cssModuleExport = 'declare var cssExports: CssExports;\nexport = cssExports;\n'; | ||
const cssModuleExport = 'declare const cssExports: CssExports;\nexport = cssExports;\n'; | ||
@@ -12,0 +12,0 @@ const getNoDeclarationFileError = ({ filename }) => |
{ | ||
"name": "css-modules-typescript-loader", | ||
"version": "2.0.4", | ||
"version": "3.0.0", | ||
"description": "Webpack loader to create TypeScript declarations for CSS Modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ // This file is automatically generated. | ||
} | ||
declare var cssExports: CssExports; | ||
declare const cssExports: CssExports; | ||
export = cssExports; |
@@ -10,3 +10,3 @@ // This file is automatically generated. | ||
} | ||
declare var cssExports: CssExports; | ||
declare const cssExports: CssExports; | ||
export = cssExports; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
15333