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