Skip to content

Commit

Permalink
Merge pull request #2152 from webkom/buffer
Browse files Browse the repository at this point in the history
Fix Buffer polyfill
  • Loading branch information
SmithPeder authored Mar 26, 2021
2 parents a4d5a3f + 4c81da7 commit 62c00ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/webpack.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ module.exports = (env, argv) => {
}),

new webpack.ProvidePlugin({
Buffer: ['buffer', 'Buffer'],
process: 'process/browser',
}),

Expand Down

0 comments on commit 62c00ac

Please sign in to comment.