remove unnecessary buffer polyfill (#2833)

This commit is contained in:
Nolan Lawson 2017-05-06 02:02:19 -07:00 committed by Eugen Rochko
parent 37caf0b36e
commit 7c0cd2597a
1 changed files with 6 additions and 0 deletions

View File

@ -55,5 +55,11 @@ module.exports = {
resolveLoader: {
modules: [paths.node_modules]
},
node: {
// Called by http-link-header in an API we never use, increases
// bundle size unnecessarily
Buffer: false
}
}