You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the getSvelteEntry relies purely on package.json for the Svelte entry point. It will throw an error if the "svelte" field is absent in the root package.json.
The plugin that allows programmatic usage should allow the entry point to be specified.
Ref: carbon-design-system/carbon-components-svelte#1636 (comment)
Currently, the
getSvelteEntry
relies purely onpackage.json
for the Svelte entry point. It will throw an error if the"svelte"
field is absent in the rootpackage.json
.The plugin that allows programmatic usage should allow the entry point to be specified.
E.g.,
The text was updated successfully, but these errors were encountered: