Remove needless properties
This commit is contained in:
parent
0177023ead
commit
4f0d844b43
@ -193,5 +193,10 @@ export const pack = (
|
|||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete _target.withoutChunks;
|
||||||
|
delete _target.storage;
|
||||||
|
delete _target.storageProps;
|
||||||
|
delete _target.isRemote;
|
||||||
|
|
||||||
resolve(_target);
|
resolve(_target);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user