This commit is contained in:
platane
2025-03-22 15:58:46 +01:00
parent 83033510f0
commit 3db2b4069e
9 changed files with 121 additions and 2 deletions

View File

@@ -42,6 +42,9 @@ const webpackConfiguration: WebpackConfiguration = {
path: path.join(__dirname, "dist"),
filename: "[contenthash].js",
},
experiments: {
asyncWebAssembly: true,
},
module: {
rules: [
{