mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Fix entry name
This commit is contained in:
parent
2b3b0d3520
commit
362301aaf3
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ const askPassConfig = merge({}, commonConfig, {
|
|||
})
|
||||
|
||||
const crashConfig = merge({}, commonConfig, {
|
||||
entry: { shared: path.resolve(__dirname, 'src/crash/index') },
|
||||
entry: { crash: path.resolve(__dirname, 'src/crash/index') },
|
||||
target: 'electron-renderer',
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
|
|
Loading…
Reference in a new issue