mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-24 05:25:08 +01:00
remove unnecessary buffer polyfill (#2833)
This commit is contained in:
parent
37caf0b36e
commit
7c0cd2597a
@ -55,5 +55,11 @@ module.exports = {
|
|||||||
|
|
||||||
resolveLoader: {
|
resolveLoader: {
|
||||||
modules: [paths.node_modules]
|
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 New Issue
Block a user