From 67a74c33e1b124d609bee65f82656e7bf5b09764 Mon Sep 17 00:00:00 2001 From: Crawl Date: Mon, 20 Apr 2020 21:15:26 +0200 Subject: [PATCH] fix(Webpack): add Buffer polyfill in browser (#4102) --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 2fb29975e..8dcd84cd6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -43,7 +43,7 @@ module.exports = { __dirname: true, process: true, path: 'empty', - Buffer: false, + Buffer: true, zlib: 'empty', }, optimization: {