Fixes adding the pre-bundling Aragon client to IPFS, as IPFS can't read into the ASAR package.
Disabling ASAR basically open sources the code for each user (which it already is lol), and has a very slight performance disadvantage on require()s (not a big deal; we don't have a lot of files).
Fixes adding the pre-bundling Aragon client to IPFS, as IPFS can't read into the ASAR package.
Disabling ASAR basically open sources the code for each user (which it already is lol), and has a very slight performance disadvantage on
require()
s (not a big deal; we don't have a lot of files).