mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Fix electron error on native messaging
This commit is contained in:
@@ -41,7 +41,7 @@ const main = {
|
||||
__filename: false,
|
||||
},
|
||||
entry: {
|
||||
'main': './src/main.ts',
|
||||
'main': './src/entry.ts',
|
||||
},
|
||||
optimization: {
|
||||
minimize: false,
|
||||
|
||||
Reference in New Issue
Block a user