Merge pull request #10257 from iclanton/ianc/webpack-fix

Fixing issue in webpack.d.ts
This commit is contained in:
Yui
2016-07-25 18:09:18 -07:00
committed by GitHub
+1 -1
View File
@@ -102,7 +102,7 @@ declare module "webpack" {
/** Include comments with information about the modules. */
pathinfo?: boolean;
/** If set, export the bundle as library. output.library is the name. */
library?: boolean;
library?: string;
/**
* Which format to export the library:
* <ul>