Greater-London-Authority / ldn-viz-tools

https://greater-london-authority.github.io/ldn-viz-tools/
1 stars 0 forks source link

Maps exports #281

Closed jamesscottbrown closed 2 months ago

jamesscottbrown commented 2 months ago

This fixes a warning from vite-plugin-svelte:

The following packages have a svelte field in their package.json but no exports condition for svelte

See https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition

It does this by adding an exports condition (as for the other packages in the monorepo); MapLibre themes are now exported via index.js.

(see also https://github.com/Greater-London-Authority/ldn-viz-tools/commit/ae498d91358af59dd9faafcbe301a577e905ccb9)

ChrisKnightLDN commented 2 months ago

LGTM