Remove needless properties

This commit is contained in:
syuilo 2018-09-02 09:31:11 +09:00
parent 0177023ead
commit 4f0d844b43

View file

@ -193,5 +193,10 @@ export const pack = (
*/
}
delete _target.withoutChunks;
delete _target.storage;
delete _target.storageProps;
delete _target.isRemote;
resolve(_target);
});