checkpoint

This commit is contained in:
Simon Arnell 2025-01-15 22:31:47 +00:00
parent 6b10d2ca3a
commit 8ce8534010
5 changed files with 825 additions and 2 deletions

View file

@ -82,7 +82,11 @@ module.exports = {
context: "node_modules/node-forge/dist",
from: "prime.worker.min.js",
to: "assets/forge/"
}
}, {
context: "node_modules/libhydrogen/",
from: "libhydrogen.wasm",
to: "assets/libhydrogen"
},
]
}),
new ModifySourcePlugin({