Switching webassembly client to sync web assembly (async loading doens't work)
This commit is contained in:
@@ -11,5 +11,5 @@ module.exports = {
|
||||
plugins: [
|
||||
new CopyWebpackPlugin({ patterns: ['index.html'] })
|
||||
],
|
||||
experiments: { asyncWebAssembly: true }
|
||||
experiments: { syncWebAssembly: true }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user