docs: correct error in buffer shim documentation

This commit is contained in:
Ben Heidemann 2021-03-20 14:50:32 +00:00 committed by David Humphrey
parent 200171d2a5
commit f8c9732be9
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ module.exports = {
},
plugins: [
new webpack.ProvidePlugin({
Buffer: 'buffer',
Buffer: ['buffer', 'Buffer'],
}),
]
}