Switching webassembly client to sync web assembly (async loading doens't work)

This commit is contained in:
Dave Hrycyszyn
2022-09-14 11:48:25 +01:00
parent 95d0afdeb6
commit bb9753cda6
@@ -11,5 +11,5 @@ module.exports = {
plugins: [
new CopyWebpackPlugin({ patterns: ['index.html'] })
],
experiments: { asyncWebAssembly: true }
experiments: { syncWebAssembly: true }
};