Skip to content

Commit

Permalink
Fix eval errors due to manifest v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Apr 4, 2024
1 parent 70bf65f commit ea7a337
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ const config: webpack.Configuration = {
? 'development'
: 'production',

devtool: false,

entry: {
[packageJson.name]: path.resolve(srcDir, 'main.ts'),
},

output: {
path: distDir,
},
Expand Down

0 comments on commit ea7a337

Please sign in to comment.