@types/file-loader
Advanced tools
Comparing version 4.2.1 to 5.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for file-loader 4.2 | ||
// Type definitions for file-loader 5.0 | ||
// Project: https://github.com/webpack-contrib/file-loader | ||
@@ -6,3 +6,2 @@ // Definitions by: Gareth Jones <https://github.com/g-rath> | ||
// TypeScript Version: 3.7 | ||
import { loader } from 'webpack'; | ||
@@ -220,2 +219,9 @@ | ||
regExp?: RegExp; | ||
/** | ||
* By default, file-loader generates JS modules that use the ES modules syntax. | ||
* There are some cases in which using ES modules is beneficial, like in the case of module concatenation and tree shaking. | ||
* @default true | ||
*/ | ||
esModule?: boolean; | ||
} | ||
@@ -222,0 +228,0 @@ |
{ | ||
"name": "@types/file-loader", | ||
"version": "4.2.1", | ||
"version": "5.0.0", | ||
"description": "TypeScript definitions for file-loader", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "a74447de50207496cfc0c208131624a0fd2c408a283668dbb152ec15ea02dc37", | ||
"typesPublisherContentHash": "87f8c1cdf1c7fa139217263b6523ed165822882f40ee58282534a8900f2343ab", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 25 Mar 2021 20:31:56 GMT | ||
* Last updated: Mon, 26 Apr 2021 21:01:22 GMT | ||
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack) | ||
@@ -14,0 +14,0 @@ * Global values: none |
10547
234