Remove needless properties
This commit is contained in:
parent
0177023ead
commit
4f0d844b43
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue