From 674b50db4a9f7cc557b93264d5ecc45e947ebd94 Mon Sep 17 00:00:00 2001 From: hill Date: Sat, 27 Apr 2024 15:38:55 +0000 Subject: [PATCH] I don't think we need the async experiment --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 2d5b8ecd..e7272872 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -89,7 +89,6 @@ const Config_Node = { }, experiments: { syncWebAssembly: true, - asyncWebAssembly: true, } };