logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 7c0cd2597afb4fad4d9e06a80072f79c69281aef
parent: 37caf0b36e90e7ec6219dcaaf6cdf4e1a2825cce
Author: Nolan Lawson <nolan@nolanlawson.com>
Date:   Sat,  6 May 2017 02:02:19 -0700

remove unnecessary buffer polyfill (#2833)


Diffstat:

Mconfig/webpack/shared.js6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/config/webpack/shared.js b/config/webpack/shared.js @@ -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 } }