svelte-email icon indicating copy to clipboard operation
svelte-email copied to clipboard

Update Packaging to get rid of warning in Sveltekit 2

Open bertybot opened this issue 5 months ago • 2 comments

Description

This package is using an old pattern of packaging Svelte components that causes error with the newest version of the Svelte Vite plugin used in Sveltekit 2

image

Changes

  • Updated to latest version of @sveltejs/package
  • Implemented recommendations from @sveltejs/package
    • Files are now served from /dist
    • exports fields added
  • Added publint to lint package and fixed linting errors
    • sveltekit is now correctly flagged as a peerDependency

bertybot avatar Jan 16 '24 14:01 bertybot