upgrade webapp

This commit is contained in:
Chris Tsang
2026-07-25 17:21:55 +01:00
parent df94675494
commit 84ba49f0b9
5 changed files with 3988 additions and 4891 deletions
+7 -1
View File
@@ -5,10 +5,16 @@ module.exports = {
output: {
path: path.resolve(__dirname, "dist"),
filename: "bootstrap.js",
clean: true,
},
mode: "development",
// wasm-pack's `bundler` target emits ESM imports of the .wasm module; webpack
// 5 handles those natively once this experiment is on.
experiments: {
asyncWebAssembly: true,
},
devServer: {
//host: "0.0.0.0",
//host: "0.0.0.0",
port: 8080,
}
};