Browse Source

remove unnecessary buffer polyfill (#2833)

closed-social-glitch-2
Nolan Lawson 7 years ago
committed by Eugen Rochko
parent
commit
7c0cd2597a
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      config/webpack/shared.js

+ 6
- 0
config/webpack/shared.js 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
}
}

Loading…
Cancel
Save