Skip to content

Commit 72d7a05

Browse files
committed
Capitalize node.buffer-option
Since webpack 1.5 the casing of `buffer` has been changed to `Buffer` (because it refers to the global `Buffer` variable)
1 parent 5fa86d5 commit 72d7a05

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)