Skip to content

Commit

Permalink
Fix Buffer polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithPeder committed Mar 25, 2021
1 parent a4d5a3f commit 4c81da7
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 4c81da7

Please sign in to comment.