Skip to content

Commit

Permalink
update webpack configuration for windows, added node-loader, fixed en…
Browse files Browse the repository at this point in the history
…zyme dependency conflict (#194)
  • Loading branch information
NektariosFifes committed Dec 20, 2023
1 parent af86ef0 commit 00e14b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Desktop/.erb/configs/webpack.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ const configuration: webpack.Configuration = {
},
},
},
{
test: /\.node$/,
loader: 'node-loader',
},
],
},

Expand Down
3 changes: 2 additions & 1 deletion Desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
"electron-notarize": "^1.1.1",
"electron-rebuild": "^3.2.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0",
"eslint-config-erb": "^4.0.3",
Expand All @@ -207,6 +206,7 @@
"jest": "^27.2.4",
"lint-staged": "^11.2.0",
"mini-css-extract-plugin": "^2.3.0",
"node-loader": "^2.0.0",
"opencollective-postinstall": "^2.0.3",
"prettier": "^2.4.1",
"react-refresh": "^0.10.0",
Expand All @@ -232,6 +232,7 @@
"@asyncapi/simulator": "^0.7.0",
"@babel/core": "^7.16.0",
"@swc/core": "^1.2.102",
"@swc/wasm": "^1.3.101",
"ace-builds": "^1.4.13",
"aedes": "^0.50.0",
"classnames": "^2.3.1",
Expand Down

0 comments on commit 00e14b3

Please sign in to comment.