Skip to content

Commit

Permalink
turn devtool for preload off (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian authored Dec 14, 2024
1 parent 8b38689 commit 1a43b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/electron-chrome-extensions/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const preload = {
...webpackBase,

target: 'electron-preload',
devtool: false,

entry: {
preload: './src/preload.ts',
Expand Down

0 comments on commit 1a43b32

Please sign in to comment.