Fixing issue in webpack.d.ts

This commit is contained in:
Ian Clanton-Thuon
2016-07-24 04:24:10 -07:00
parent 7d6547a8a0
commit 82e655b668

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>