remove unnecessary buffer polyfill (#2833)
This commit is contained in:
parent
37caf0b36e
commit
7c0cd2597a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue