Skip to content

Commit 1a43b32

Browse files
authored
turn devtool for preload off (#86)
1 parent 8b38689 commit 1a43b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/electron-chrome-extensions/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const preload = {
2525
...webpackBase,
2626

2727
target: 'electron-preload',
28+
devtool: false,
2829

2930
entry: {
3031
preload: './src/preload.ts',

0 commit comments

Comments
 (0)