Skip to content

Commit f8c9732

Browse files
bcheidemannhumphd
authored andcommitted
docs: correct error in buffer shim documentation
1 parent 200171d commit f8c9732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ module.exports = {
187187
},
188188
plugins: [
189189
new webpack.ProvidePlugin({
190-
Buffer: 'buffer',
190+
Buffer: ['buffer', 'Buffer'],
191191
}),
192192
]
193193
}

0 commit comments

Comments
 (0)