diff --git a/web3.js/rollup.config.js b/web3.js/rollup.config.js index b1458fd0af..862c160cc2 100644 --- a/web3.js/rollup.config.js +++ b/web3.js/rollup.config.js @@ -59,9 +59,10 @@ function generateConfig(configType, format) { config.external = [ /@babel\/runtime/, 'bn.js', - 'bs58', - 'buffer', - 'buffer-layout', + // Bundled for `Buffer` consistency + // 'bs58', + // 'buffer', + // 'buffer-layout', 'crypto-hash', 'jayson/lib/client/browser', 'js-sha3',