We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f4e4ef + ef55f8d commit e1be26eCopy full SHA for e1be26e
webpack.config.js
@@ -89,7 +89,9 @@ module.exports = {
89
90
// Make sure we auto-inject node polyfills on demand
91
// https://webpack.js.org/blog/2020-10-10-webpack-5-release/#automatic-nodejs-polyfills-removed
92
- new NodePolyfillPlugin(),
+ new NodePolyfillPlugin({
93
+ additionalAliases: ['process'],
94
+ }),
95
96
// Make appName & appVersion available as a constant
97
new webpack.DefinePlugin({ appName: JSON.stringify(appName) }),
0 commit comments