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