@types/mini-css-extract-plugin
Advanced tools
@@ -81,2 +81,8 @@ // Type definitions for mini-css-extract-plugin 1.4 | ||
| linkType?: string | false | 'text/css'; | ||
| /** | ||
| * Use an experimental webpack API to execute modules instead of child compilers | ||
| * @default false | ||
| */ | ||
| experimentalUseImportModule?: boolean; | ||
| } | ||
@@ -101,2 +107,8 @@ interface LoaderOptions { | ||
| esModule?: boolean; | ||
| /** | ||
| * Layer of the css execution | ||
| */ | ||
| layer?: string; | ||
| modules?: { | ||
@@ -103,0 +115,0 @@ /** |
| { | ||
| "name": "@types/mini-css-extract-plugin", | ||
| "version": "1.4.1", | ||
| "version": "1.4.2", | ||
| "description": "TypeScript definitions for mini-css-extract-plugin", | ||
@@ -46,4 +46,4 @@ "license": "MIT", | ||
| }, | ||
| "typesPublisherContentHash": "8e21586c851c31db0f3ee82ca554a468e2e532d1892f8c34c079f9009b61e805", | ||
| "typesPublisherContentHash": "2a02c369e23dbac393a5af0e7cd12ec527e8af3dd4b6d06081ace284e972cd2f", | ||
| "typeScriptVersion": "3.7" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Wed, 31 Mar 2021 09:01:10 GMT | ||
| * Last updated: Sun, 18 Apr 2021 21:01:12 GMT | ||
| * Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
8233
3.46%119
8.18%