css-modules-typescript-loader
Advanced tools
Comparing version 3.0.1 to 4.0.0
@@ -9,3 +9,3 @@ const fs = require('fs'); | ||
const cssModuleExport = 'declare const cssExports: CssExports;\nexport = cssExports;\n'; | ||
const cssModuleExport = 'export const cssExports: CssExports;\nexport default cssExports;\n'; | ||
@@ -12,0 +12,0 @@ const getNoDeclarationFileError = ({ filename }) => |
{ | ||
"name": "css-modules-typescript-loader", | ||
"version": "3.0.1", | ||
"version": "4.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 const cssExports: CssExports; | ||
export = cssExports; | ||
export const cssExports: CssExports; | ||
export default cssExports; |
@@ -10,3 +10,3 @@ // This file is automatically generated. | ||
} | ||
declare const cssExports: CssExports; | ||
export = cssExports; | ||
export const cssExports: CssExports; | ||
export default 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
16052