Skip to content

Commit 209948b

Browse files
committed
Merge pull request #704 from jhnns/patch-1
Capitalize `node.buffer`-option
2 parents 10c5a0f + 72d7a05 commit 209948b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
},
2929

3030
node: {
31-
buffer: false
31+
Buffer: false
3232
},
3333

3434
plugins: plugins

0 commit comments

Comments
 (0)