From 07ddc998583a2b02ff2d17a7e53e7d795c1445da Mon Sep 17 00:00:00 2001 From: saul Date: Tue, 28 Mar 2023 13:52:44 +1300 Subject: [PATCH] Add process back to webpack test config. --- conf/webpack.tests.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/webpack.tests.config.js b/conf/webpack.tests.config.js index 2d96510..427fce4 100644 --- a/conf/webpack.tests.config.js +++ b/conf/webpack.tests.config.js @@ -27,6 +27,7 @@ export default (env, argv) => { }, plugins: [ new webpack.ProvidePlugin({ + process: 'process/browser', Buffer: ['buffer', 'Buffer'] }) ],