mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
checkpoint
This commit is contained in:
parent
6b10d2ca3a
commit
8ce8534010
5 changed files with 825 additions and 2 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue