NishuGoel / svelte-i18next

Internationalization for svelte framework. Based on i18next ecosystem
https://npmjs.com/package/svelte-i18next
MIT License
51 stars 11 forks source link

Fix: sourcemap issue #13

Closed gabrielstellini closed 11 months ago

gabrielstellini commented 11 months ago

Problem Description:

In the context of a Svelte project, the library produced a warning as demonstrated below: image (1)

Proposed Changes:

Verification:

The changes were tested by:

gabrielstellini commented 11 months ago

@NishuGoel Would it be possible to release a new version with this change on npm?

NishuGoel commented 11 months ago

Its live! 💪 thanks!

gabrielstellini commented 11 months ago

@NishuGoel I believe there's an issue in the github action configuration. It was marked as successful, even though it failed to publish https://github.com/NishuGoel/svelte-i18next/actions/runs/6571220786/job/17849970826

image