Simpler empty modules for shims.
This commit is contained in:
parent
7d4caa05ca
commit
bfff3ea4cc
@ -1,2 +1 @@
|
||||
|
||||
export const _empty: any = null;
|
||||
export { }
|
||||
|
@ -7,4 +7,4 @@ try {
|
||||
module.exports.XMLHttpRequest = null;
|
||||
}
|
||||
|
||||
export const _empty: any = null;
|
||||
export { }
|
||||
|
Loading…
Reference in New Issue
Block a user