We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5314fa0 commit 416eb32Copy full SHA for 416eb32
1 file changed
packages/desktop/cypress/webpack.config.js
@@ -12,7 +12,9 @@ module.exports = {
12
new webpack.ProvidePlugin({
13
Buffer: ['buffer', 'Buffer'],
14
}),
15
- new NodePolyfillPlugin()
+ new NodePolyfillPlugin({
16
+ additionalAliases: ['console', 'process', 'punycode']
17
+ })
18
],
19
module: {
20
rules: [
0 commit comments