@types/webpack
Advanced tools
Comparing version 2.2.16 to 3.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for webpack 2.2 | ||
// Type definitions for webpack 3.0 | ||
// Project: https://github.com/webpack/webpack | ||
@@ -884,2 +884,3 @@ // Definitions by: Qubo <https://github.com/tkqubo> | ||
namespace optimize { | ||
class ModuleConcatenationPlugin extends Plugin {} | ||
class AggressiveMergingPlugin extends Plugin { | ||
@@ -886,0 +887,0 @@ constructor(options?: AggressiveMergingPlugin.Options); |
{ | ||
"name": "@types/webpack", | ||
"version": "2.2.16", | ||
"version": "3.0.0", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "59c8f90b3ed561034e98e78f3c1173e0ce502f7774e090fa3e34d06aa9e7f153", | ||
"typesPublisherContentHash": "b65d0aba9e6bd0e4060316c35f67e8af03c8149479cef93b586bfd30a77214c0", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 16 Jun 2017 16:37:51 GMT | ||
* Last updated: Fri, 23 Jun 2017 17:39:13 GMT | ||
* Dependencies: tapable, uglify-js, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
1136
52387