Skip to content

Commit

Permalink
try also adding buffer module
Browse files Browse the repository at this point in the history
  • Loading branch information
codebykat authored and mokagio committed May 31, 2024
1 parent f476598 commit 5435937
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,14 @@ module.exports = () => {
},
plugins: [
new NodePolyfillPlugin({
includeAliases: ['Buffer', 'path', 'process', 'stream', 'util'],
includeAliases: [
'Buffer',
'buffer',
'path',
'process',
'stream',
'util',
],
}),
new HtmlWebpackPlugin({
'build-platform': process.platform,
Expand Down

0 comments on commit 5435937

Please sign in to comment.