This commit is contained in:
Robin Appelman 2025-05-19 16:45:26 +02:00
commit 4cfd28ccd3
11 changed files with 687 additions and 1198 deletions

1388
www/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -40,7 +40,7 @@
"ts-loader": "^9.3.1",
"type-fest": "^2.19.0",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack": "^5.99.8",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1"
},

View file

@ -65,4 +65,7 @@ module.exports = [{
syncWebAssembly: true
},
mode: "development",
experiments: {
asyncWebAssembly: true,
},
}];