mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Actually made operations work (and made the module 8MB)
Unfortunately they need jsdom
This commit is contained in:
parent
4ae875601a
commit
f8874fc586
8 changed files with 211 additions and 201 deletions
|
@ -130,7 +130,10 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
node: {
|
||||
fs: "empty"
|
||||
fs: "empty",
|
||||
"child_process": "empty",
|
||||
net: "empty",
|
||||
tls: "empty"
|
||||
},
|
||||
performance: {
|
||||
hints: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue