@types/webpack
Advanced tools
Comparing version 2.2.6 to 2.2.7
@@ -30,3 +30,9 @@ // Type definitions for webpack 2.2 | ||
/** Choose a style of source mapping to enhance the debugging process. These values can affect build and rebuild speed dramatically. */ | ||
devtool?: 'eval' | 'inline-source-map' | 'cheap-eval-source-map' | 'cheap-source-map' | 'cheap-module-eval-source-map' | 'cheap-module-source-map' | 'eval-source-map' | 'source-map' | 'nosources-source-map' | 'hidden-source-map' | 'nosources-source-map' | '@eval' | '@inline-source-map' | '@cheap-eval-source-map' | '@cheap-source-map' | '@cheap-module-eval-source-map' | '@cheap-module-source-map' | '@eval-source-map' | '@source-map' | '@nosources-source-map' | '@hidden-source-map' | '@nosources-source-map' | '#eval' | '#inline-source-map' | '#cheap-eval-source-map' | '#cheap-source-map' | '#cheap-module-eval-source-map' | '#cheap-module-source-map' | '#eval-source-map' | '#source-map' | '#nosources-source-map' | '#hidden-source-map' | '#nosources-source-map' | '#@eval' | '#@inline-source-map' | '#@cheap-eval-source-map' | '#@cheap-source-map' | '#@cheap-module-eval-source-map' | '#@cheap-module-source-map' | '#@eval-source-map' | '#@source-map' | '#@nosources-source-map' | '#@hidden-source-map' | '#@nosources-source-map' | boolean; | ||
// tslint:disable-next-line:max-line-length | ||
devtool?: 'eval' | 'inline-source-map' | 'cheap-eval-source-map' | 'cheap-source-map' | 'cheap-module-eval-source-map' | 'cheap-module-source-map' | 'eval-source-map' | 'source-map' | | ||
'nosources-source-map' | 'hidden-source-map' | 'nosources-source-map' | '@eval' | '@inline-source-map' | '@cheap-eval-source-map' | '@cheap-source-map' | '@cheap-module-eval-source-map' | | ||
'@cheap-module-source-map' | '@eval-source-map' | '@source-map' | '@nosources-source-map' | '@hidden-source-map' | '@nosources-source-map' | '#eval' | '#inline-source-map' | | ||
'#cheap-eval-source-map' | '#cheap-source-map' | '#cheap-module-eval-source-map' | '#cheap-module-source-map' | '#eval-source-map' | '#source-map' | '#nosources-source-map' | | ||
'#hidden-source-map' | '#nosources-source-map' | '#@eval' | '#@inline-source-map' | '#@cheap-eval-source-map' | '#@cheap-source-map' | '#@cheap-module-eval-source-map' | | ||
'#@cheap-module-source-map' | '#@eval-source-map' | '#@source-map' | '#@nosources-source-map' | '#@hidden-source-map' | '#@nosources-source-map' | boolean; | ||
/** Options affecting the output. */ | ||
@@ -426,3 +432,4 @@ output?: Output; | ||
* | ||
* For each different parser options object a new parser is created and plugins can apply plugins depending on the parser options. Many of the default plugins apply their parser plugins only if a property in the parser options is not set or true. | ||
* For each different parser options object a new parser is created and plugins can apply plugins depending on the parser options. | ||
* Many of the default plugins apply their parser plugins only if a property in the parser options is not set or true. | ||
*/ | ||
@@ -429,0 +436,0 @@ parser?: { [optName: string]: any }; |
{ | ||
"name": "@types/webpack", | ||
"version": "2.2.6", | ||
"version": "2.2.7", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "96ca7c9edd8a8d8157419b33780792402a29fe7e44f907a843d5a9ab619bc9b2", | ||
"typesPublisherContentHash": "a028964f866cc7980fd457c1d844a4726723070c51bd2a722214ab47195ed0a3", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 16 Feb 2017 01:27:09 GMT | ||
* Last updated: Thu, 23 Feb 2017 18:39:28 GMT | ||
* Dependencies: tapable, uglify-js, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -45,5 +45,5 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "96ca7c9edd8a8d8157419b33780792402a29fe7e44f907a843d5a9ab619bc9b2" | ||
"contentHash": "a028964f866cc7980fd457c1d844a4726723070c51bd2a722214ab47195ed0a3" | ||
}, | ||
"isLatest": true | ||
} |
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
47057
1023