we still need node integration, so fix moment loader another way
This commit is contained in:
parent
d4c9c87076
commit
996f6f0150
3 changed files with 5 additions and 4 deletions
|
|
@ -12,7 +12,7 @@
|
|||
** the renderer into thinking that we are _not_ in a CommonJS environment.
|
||||
*/
|
||||
if (typeof module !== 'undefined') module = {
|
||||
exports: null
|
||||
exports: false
|
||||
};
|
||||
|
||||
// are we running in copay shell?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue