Skip to content

Every new release breaks deployed apps #82

@gyzerok

Description

@gyzerok

Hello there!

Every new release you are making is causing us breakage before we update to it. This is because you are pointing to the latest version in your code

const _wasmUrl = 'https://unpkg.com/@thorvg/lottie-player@latest/dist/thorvg-wasm.wasm';

The best solution would be of course to use local copy of the wasm file from node_modules, so projects do not depend on 3rd-party cdn and have reproducible builds. But even using appropriate version from unpkg would already go a long way.

Thank you!

Metadata

Metadata

Assignees

Labels

infrastructureDev infrastructurequestion/ideaNew concepts / questions / suggestions

Type

No type

Projects

Status

Done 0.14

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions