From 82e655b668ec2e69ac13baadd79c7b4464e91a56 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Sun, 24 Jul 2016 04:24:10 -0700 Subject: [PATCH] Fixing issue in webpack.d.ts --- webpack/webpack.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/webpack.d.ts b/webpack/webpack.d.ts index e2ed2d1658..96a7c710df 100644 --- a/webpack/webpack.d.ts +++ b/webpack/webpack.d.ts @@ -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: *