Skip to content

Commit

Permalink
Fix plugins config for electron (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Jun 12, 2023
1 parent 3a91c60 commit 0343521
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/with-thirdpartypasswordless-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
}
],
"plugins": [
[
"@electron-forge/plugin-webpack",
{
{
"name": "@electron-forge/plugin-webpack",
"config": {
"mainConfig": "./webpack.main.config.js",
"devContentSecurityPolicy": "style-src-elem *",
"renderer": {
Expand All @@ -78,7 +78,7 @@
},
"port": 3000
}
]
}
]
}
},
Expand Down

0 comments on commit 0343521

Please sign in to comment.