Actually made operations work (and made the module 8MB)

Unfortunately they need jsdom
This commit is contained in:
Matt 2019-03-10 11:44:02 +00:00
parent 4ae875601a
commit f8874fc586
8 changed files with 211 additions and 201 deletions

View file

@ -130,7 +130,10 @@ module.exports = {
],
},
node: {
fs: "empty"
fs: "empty",
"child_process": "empty",
net: "empty",
tls: "empty"
},
performance: {
hints: false