kind of working, event handler is fragile and some messages aren't coming through

This commit is contained in:
dskvr
2022-11-22 22:42:57 +01:00
parent 2505db1b69
commit b1bb14ebbd
3 changed files with 169 additions and 106 deletions

View File

@@ -14,6 +14,13 @@ module.exports = defineConfig({
chunks: "all",
},
},
resolve: {
fallback: {
"fs": false,
"tls": false,
"net": false,
}
},
},
chainWebpack: config => {
config.module