Skip to content

Commit

Permalink
fix for development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenKiwi committed Jan 14, 2024
1 parent 7091f5e commit 50f5a84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack.main.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ export const mainConfig: Configuration = {
* that runs in the main process.
*/
entry: './src/index.ts',

externals: [
'onnxruntime-node',
'sharp',
],

// Put your normal webpack config below here
module: {
rules,
Expand Down

0 comments on commit 50f5a84

Please sign in to comment.