Skip to content

Commit

Permalink
plus2
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Mar 4, 2024
1 parent ab71a9d commit b900d03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/webpack.base.config.js
Expand Up @@ -27,9 +27,12 @@ module.exports = {

externals: {
"node:crypto": "commonjs2 crypto",
// node-fetch https://github.com/node-fetch/node-fetch/blob/8b3320d2a7c07bce4afc6b2bf6c3bbddda85b01f/src/index.js#L9
"node:buffer": "commonjs2 buffer",
"node:http": "commonjs2 http",
"node:https": "commonjs2 https",
"node:zlib": "commonjs2 zlib",
"node:stream": "commonjs2 stream",
"node:zlib": "commonjs2 zlib",
electron: "commonjs2 electron" // optional dep of the OIDC plugin
},

Expand Down

0 comments on commit b900d03

Please sign in to comment.