mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Fixing issue in webpack.d.ts
This commit is contained in:
2
webpack/webpack.d.ts
vendored
2
webpack/webpack.d.ts
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user