Remove needless properties

This commit is contained in:
syuilo 2018-09-02 09:31:11 +09:00
parent a90d6044fe
commit a72213ff35

View file

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