Closed goldenratio closed 5 years ago
Hi,
in version 2.2.1, we are getting undefined errors.
On further investigation, in blob.js Resource class imported as default, but Resource class is not exported as default. (Same for encodeBinary)
import Resource from '../../Resource'; import b64 from '../../b64';
should be,
import { Resource } from '../../Resource'; import { encodeBinary } from '../../b64';
Note: version 2.2.1, is automatically picked up NPM, all new builds are broken.
Same here, pixi stopped working:
And error in console:
All builds are broken.
Sorry about this, should be fixed in v2.2.2 now. Let me know if it isn't.
Hi,
in version 2.2.1, we are getting undefined errors.
On further investigation, in blob.js Resource class imported as default, but Resource class is not exported as default. (Same for encodeBinary)
should be,
Note: version 2.2.1, is automatically picked up NPM, all new builds are broken.