Skip to content

Commit

Permalink
fix(entry): fix broken support for multiple entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Mar 17, 2019
1 parent 7a9f5be commit 7159b21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
}
Expand Down

0 comments on commit 7159b21

Please sign in to comment.