Remove needless properties
This commit is contained in:
parent
a90d6044fe
commit
a72213ff35
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