From 7159b213d54fd21aea5b4350a23a50a3957c71e0 Mon Sep 17 00:00:00 2001 From: Daniel Cassidy Date: Sun, 17 Mar 2019 22:58:18 +0000 Subject: [PATCH] fix(entry): fix broken support for multiple entry points --- index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/index.ts b/index.ts index d5ddbd4b..f94dc3bf 100644 --- a/index.ts +++ b/index.ts @@ -199,7 +199,6 @@ function WebpackConfig(project: WebpackConfig.Project): (env: any) => Configurat new HtmlWebpackPlugin(htmlOptions) ], output: { - filename: "index.js", path: destDir, devtoolModuleFilenameTemplate: "[resource-path]?[loaders]" }